Problem weddingcoins
User Daembt
Submission Time 2026-03-02 18:52:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:12:12: error: expected ‘;’ before ‘ans’
12 | n%=1000000
| ^
| ;
13 | ans += n/500000;
| ~~~