Problem sumint
User Junxisad
Submission Time 2026-08-14 15:16:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:12:9: error: ‘total_meows’ was not declared in this scope; did you mean ‘total_news’?
12 | total_meows += daily_meows;
| ^~~~~~~~~~~
| total_news
sumint.cpp:15:10: error: ‘total_mews’ was not declared in this scope; did you mean ‘total_news’?
15 | cout << total_mews <<"\n";
| ^~~~~~~~~~
| total_news