Problem | addition |
---|---|
User | Allysa |
Submission Time | 2024-03-09 11:57:21 |
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: ‘longlong’ was not declared in this scope
5 | longlong a,b;
| ^~~~~~~~
addition.cpp:6:9: error: ‘a’ was not declared in this scope
6 | cin >> a>> b;
| ^
addition.cpp:6:13: error: ‘b’ was not declared in this scope
6 | cin >> a>> b;
| ^