| Problem | addition | 
|---|---|
| User | bananafoodie | 
| Submission Time | 2024-06-24 14:11:39 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 addition.cpp: In function ‘int main()’:
addition.cpp:6:9: error: expected ‘;’ before ‘}’ token
    6 | return 0
      |         ^
      |         ;
    7 | }
      | ~