Problem | addition |
---|---|
User | bsayshello |
Submission Time | 2024-01-29 16:13:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:9:5: error: expected ‘;’ at end of input
9 | a+b
| ~^
| ;
addition.cpp:9:4: error: expected ‘}’ at end of input
9 | a+b
| ^
addition.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^