Problem sumint
User ninaa
Submission Time 2026-08-02 11:43:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:7:15: error: ‘i’ was not declared in this scope
7 | int meows[i];
| ^
sumint.cpp:10:10: error: ‘meows’ was not declared in this scope
10 | cin >> meows[d];
| ^~~~~