Problem sumint
User dfsssssssssfsdfdssgdfs
Submission Time 2026-01-07 16:08:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:8:11: error: expected ‘;’ before ‘)’ token
8 | for (c!=d){
| ^
| ;
sumint.cpp:13:10: error: ‘s’ was not declared in this scope
13 | cout << s;
| ^
sumint.cpp:14:2: error: expected primary-expression before ‘return’
14 | return 0;
| ^~~~~~
sumint.cpp:13:12: error: expected ‘)’ before ‘return’
13 | cout << s;
| ^
| )
14 | return 0;
| ~~~~~~
sumint.cpp:8:6: note: to match this ‘(’
8 | for (c!=d){
| ^