Problem | addition |
---|---|
User | Mischa |
Submission Time | 2023-11-08 10:07:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:8: error: expected ‘;’ before ‘long’
6 | cin>>a
| ^
| ;
7 | long long b;
| ~~~~
addition.cpp:8:7: error: ‘b’ was not declared in this scope
8 | cin>>b
| ^