Problem pancake_ex
User PlayVoltz
Submission Time 2024-05-09 22:39:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pancake_ex.cpp: In function ‘int32_t main()’:
pancake_ex.cpp:64:5: error: expected ‘,’ or ‘;’ before ‘for’
64 | for (int i=0; i<c.size(); ++i){
| ^~~
pancake_ex.cpp:64:19: error: ‘i’ was not declared in this scope
64 | for (int i=0; i<c.size(); ++i){
| ^