Problem | sumint |
---|---|
User | LOL7651 |
Submission Time | 2024-02-18 00:03:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int32_t main()’:
sumint.cpp:13:9: error: ‘sum’ was not declared in this scope; did you mean ‘su’?
13 | sum += nu;
| ^~~
| su
sumint.cpp: At global scope:
sumint.cpp:16:1: error: ‘cout’ does not name a type
16 | cout << nu;
| ^~~~