| Problem | addition |
|---|---|
| User | Lerongt |
| Submission Time | 2026-06-22 23:50:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:7:6: error: conflicting declaration ‘int a’
7 | int a = 1;
| ^
addition.cpp:6:5: note: previous declaration as ‘long long int a’
6 | ll a, b;
| ^
addition.cpp:8:6: error: conflicting declaration ‘int b’
8 | int b = 2;
| ^
addition.cpp:6:8: note: previous declaration as ‘long long int b’
6 | ll a, b;
| ^