| Problem | addition |
|---|---|
| User | NatureKillz2012 |
| Submission Time | 2025-11-12 10:45:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int32_t main()’:
addition.cpp:9:14: error: expected ‘;’ before ‘cout’
9 | cin >> a >> b
| ^
| ;
10 | cout << a+b
| ~~~~