| Problem | addition |
|---|---|
| User | Zaydluq |
| Submission Time | 2026-06-22 16:03:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:9:13: error: expected ‘;’ at end of input
9 | cout << sum
| ~~~^
| ;
addition.cpp:9:10: error: expected ‘}’ at end of input
9 | cout << sum
| ^~~
addition.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^