| Problem | addition |
|---|---|
| User | migueltanpe67 |
| Submission Time | 2026-06-22 15:53:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:18: error: expected ‘;’ before ‘long’
6 | cin.tie(nullptr)
| ^
| ;
7 | long long int a;
| ~~~~
addition.cpp:9:9: error: ‘a’ was not declared in this scope
9 | cin >> a >> b;
| ^