int main() { // 20行,那么需要横着裁19刀 // 22列,那么就是20*21=420刀 // 再加上最外圈4刀,一共是443刀 cout << 443 << endl; return 0; }