Problem | addition |
---|---|
User | L3Z8V77N0T5 |
Submission Time | 2025-06-16 14:12:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:7:9: error: expected ‘;’ before ‘cin’
7 | cin>> a
| ^
| ;
8 | cin>> b
| ~~~
addition.cpp:10:10: error: ‘sum’ was not declared in this scope
10 | cout << sum ];
| ^~~