| Problem | addition |
|---|---|
| User | austenj |
| Submission Time | 2026-06-22 15:10:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:7:4: error: expected ‘;’ before ‘a’
7 | cin a,b;
| ^~
| ;
addition.cpp:8:5: error: expected ‘;’ before ‘sum’
8 | cout sum;
| ^~~~
| ;