| Problem | addition |
|---|---|
| User | tomatofrog0w0 |
| Submission Time | 2024-06-24 14:12:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int32_t main()’:
addition.cpp:9:8: error: expected ‘;’ before ‘cin’
9 | cin>>a
| ^
| ;
10 | cin>>b
| ~~~