Problem | sumint |
---|---|
User | LOL7651 |
Submission Time | 2024-02-17 23:53:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int32_t main()’:
sumint.cpp:12:11: error: ‘C’ was not declared in this scope
12 | int b[C];
| ^
sumint.cpp:13:12: error: ‘b’ was not declared in this scope
13 | cin >> b;
| ^
sumint.cpp:16:5: error: expected ‘}’ at end of input
16 | }
| ^
sumint.cpp:4:16: note: to match this ‘{’
4 | int32_t main() {
| ^