Problem | sumint |
---|---|
User | AdwinLau |
Submission Time | 2024-11-26 12:37:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:11:3: error: expected ‘,’ or ‘;’ before ‘long’
11 | long long s = 0;
| ^~~~
sumint.cpp:21:4: error: ‘s’ was not declared in this scope
21 | s= s + input;
| ^
sumint.cpp:25:11: error: ‘s’ was not declared in this scope
25 | cout << s;
| ^