Problem eescapism
User jiazethesigma
Submission Time 2025-11-23 14:10:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eescapism.cpp: In function ‘int main()’:
eescapism.cpp:19:18: error: expected ‘;’ before ‘}’ token
19 | ans%=1000000007
| ^
| ;
20 | //cout<<(i+1)*(x[i]-x[i-1])<<endl;
21 | }
| ~