Problem | addition |
---|---|
User | TheBurnedPipis |
Submission Time | 2024-11-08 14:38:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:3:24: error: expected ‘;’ before ‘}’ token
3 | int a,b;std::cin>>a>>b
| ^
| ;
4 | }
| ~