| Problem | addition |
|---|---|
| User | TheCoconutMan |
| Submission Time | 2024-05-17 14:50:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:10:10: error: expected ‘;’ before ‘}’ token
10 | return 0
| ^
| ;
11 | }
| ~