Problem | sumint |
---|---|
User | Xinlan |
Submission Time | 2023-11-08 13:34:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:13:9: error: expected ‘;’ before ‘}’ token
13 | cin>>x
| ^
| ;
14 | }
| ~
sumint.cpp:15:11: error: expected ‘;’ before ‘return’
15 | cout<<x+c
| ^
| ;
16 | return 0;
| ~~~~~~