Problem sum
User Niraideepa715
Submission Time 2024-12-02 10:38:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sum.cpp: In function ‘int main()’:
sum.cpp:8:27: error: expected ‘;’ before ‘)’ token
8 | for (int i = 0; i <N, i++){
| ^
| ;
sum.cpp:10:14: error: expected ‘;’ before ‘totaly’
10 | totalx += x
| ^
| ;
11 | totaly += y
| ~~~~~~