Problem | addition |
---|---|
User | Kiameimon |
Submission Time | 2024-11-11 20:19:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:9:2: error: ‘ll’ was not declared in this scope
9 | ll ans = 0;
| ^~
addition.cpp:11:3: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
11 | ans += i;
| ^~~
| abs
addition.cpp:14:10: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
14 | cerr << ans;
| ^~~
| abs