Problem sum
User jerrielchangjiebin
Submission Time 2024-12-02 10:30:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sum.cpp: In function ‘int main()’:
sum.cpp:17:8: error: expected ‘;’ before ‘y’
17 | x = 0
| ^
| ;
18 | y=0
| ~