Problem hungrycats2
User carson
Submission Time 2026-02-24 14:22:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hungrycats2.cpp: In function ‘int main()’:
hungrycats2.cpp:9:10: error: expected unqualified-id before ‘=’ token
9 | for(int = 1; i <=n; i++){
| ^
hungrycats2.cpp:9:9: error: expected ‘;’ before ‘=’ token
9 | for(int = 1; i <=n; i++){
| ^~
| ;
hungrycats2.cpp:9:10: error: expected primary-expression before ‘=’ token
9 | for(int = 1; i <=n; i++){
| ^
hungrycats2.cpp:9:15: error: ‘i’ was not declared in this scope
9 | for(int = 1; i <=n; i++){
| ^
hungrycats2.cpp:9:20: error: expected ‘)’ before ‘;’ token
9 | for(int = 1; i <=n; i++){
| ~ ^
| )
hungrycats2.cpp:9:22: error: ‘i’ was not declared in this scope
9 | for(int = 1; i <=n; i++){
| ^