Problem sumint
User Syw
Submission Time 2025-11-12 13:59:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int32_t main()’:
sumint.cpp:10:17: error: expected ‘;’ before ‘}’ token
10 | cin >> meow[c]
| ^
| ;
11 | }
| ~
sumint.cpp:14:17: error: expected ‘;’ before ‘}’ token
14 | out += meow[c]
| ^
| ;
15 | }
| ~
sumint.cpp:16:15: error: ‘c’ was not declared in this scope
16 | cout << meow[c]
| ^