Problem | addition |
---|---|
User | blob |
Submission Time | 2023-11-08 12:39:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:2: error: expected ‘,’ or ‘;’ before ‘int’
5 | int b = 1000000000000000000;
| ^~~
addition.cpp:6:10: error: ‘b’ was not declared in this scope
6 | cin >> b >> a;
| ^