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