Problem pancake
User highdelao
Submission Time 2025-02-08 14:24:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pancake.cpp: In function ‘int main()’:
pancake.cpp:39:13: error: expected initializer at end of input
39 | int N
| ^
pancake.cpp:39:13: error: expected ‘}’ at end of input
pancake.cpp:38:17: note: to match this ‘{’
38 | while (T--) {
| ^
pancake.cpp:39:13: error: expected ‘}’ at end of input
39 | int N
| ^
pancake.cpp:34:12: note: to match this ‘{’
34 | int main() {
| ^