| Problem | addition |
|---|---|
| User | KamiKaizhe |
| Submission Time | 2025-10-26 15:08:56 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:2: error: ‘longlong’ was not declared in this scope
6 | longlong a, b, c; cin >> a >> b >> c;
| ^~~~~~~~
addition.cpp:6:27: error: ‘a’ was not declared in this scope
6 | longlong a, b, c; cin >> a >> b >> c;
| ^
addition.cpp:6:32: error: ‘b’ was not declared in this scope
6 | longlong a, b, c; cin >> a >> b >> c;
| ^
addition.cpp:6:37: error: ‘c’ was not declared in this scope
6 | longlong a, b, c; cin >> a >> b >> c;
| ^