Problem sumint
User Lucaslow1902
Submission Time 2023-03-24 15:15:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int32_t main()’:
sumint.cpp:8:1: error: expected primary-expression before ‘return’
8 | return 0;
| ^~~~~~
sumint.cpp:7:17: error: expected ‘)’ before ‘return’
7 | for(int i=0;i<d;
| ~ ^
| )
8 | return 0;
| ~~~~~~