| Problem | addition |
|---|---|
| User | JoThe |
| Submission Time | 2026-07-08 17:08:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:15:12: error: expected ‘}’ at end of input
15 | cout<<B*C;
| ^
addition.cpp:12:6: note: to match this ‘{’
12 | else{
| ^
addition.cpp:15:12: error: expected ‘}’ at end of input
15 | cout<<B*C;
| ^
addition.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^