Problem sumint
User kel
Submission Time 2024-10-06 22:03:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:11:3: error: ‘total_meows’ was not declared in this scope
11 | total_meows += meows[i];
| ^~~~~~~~~~~
sumint.cpp:13:10: error: ‘total_meows’ was not declared in this scope
13 | cout << total_meows;
| ^~~~~~~~~~~