Compile Error

/in/foo.cc:12:2: error: stray '`' in program
   12 | }```
      |  ^
/in/foo.cc:12:3: error: stray '`' in program
   12 | }```
      |   ^
/in/foo.cc:12:4: error: stray '`' in program
   12 | }```
      |    ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:6:5: error: 'cin' was not declared in this scope
    6 |     cin>>n>>k;
      |     ^~~
/in/foo.cc:1:1: note: 'std::cin' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
  +++ |+#include <iostream>
    1 | using namespace std;
/in/foo.cc:11:5: error: 'cout' was not declared in this scope
   11 |     cout<<dp[n][k];
      |     ^~~~
/in/foo.cc:11:5: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'?

信息

递交者
类型
递交
题目
P1193 小邹切蛋糕
语言
C++
递交时间
2026-07-24 18:47:56
评测时间
2026-07-24 18:47:56
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes