Problem sumint
User phineconel
Submission Time 2024-07-08 13:58:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int main()’:
sumint.cpp:4:28: error: expected ‘;’ before ‘)’ token
4 | for (int d=0;d<100000, d++){
| ^
| ;
sumint.cpp:7:1: error: expected ‘}’ at end of input
7 | }
| ^
sumint.cpp:3:12: note: to match this ‘{’
3 | int main (){
| ^