Problem | addition |
---|---|
User | natalyatan |
Submission Time | 2024-07-29 13:42:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:7:11: error: expected ‘;’ before ‘return’
7 | cout<<a+b
| ^
| ;
8 | return 0;
| ~~~~~~
addition.cpp:8:10: error: expected ‘}’ at end of input
8 | return 0;
| ^
addition.cpp:4:12: note: to match this ‘{’
4 | int main (){
| ^