Problem sumint
User lynovyl
Submission Time 2024-08-03 20:53:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:12:16: error: ‘meows’ was not declared in this scope
12 | cin >> meows[i];
| ^~~~~
sumint.cpp:14:37: error: ‘meows’ was not declared in this scope
14 | long long total_meows = accumulate(meows.begin(), meows.end(), 0);
| ^~~~~