Problem | addition |
---|---|
User | whaleshark |
Submission Time | 2024-01-22 21:27:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:14: error: expected ‘;’ before ‘return’
5 | cout<<a+b
| ^
| ;
6 | return 0;
| ~~~~~~