Problem weddingcoins
User Damen
Submission Time 2024-12-16 22:04:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:10:26: error: expected ‘;’ before ‘while’
10 | weddingCost %= 1'000'000
| ^
| ;
11 | while(weddingCost > 0){
| ~~~~~