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