Problem sumint
User sy123
Submission Time 2023-11-16 20:19:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp:2:20: error: expected β€˜;’ before β€˜int’
2 | using namespace std
| ^
| ;
3 | int main(){
| ~~~