| Problem | weddingcoins |
|---|---|
| User | justin271828 |
| Submission Time | 2023-06-13 12:02:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:8:14: error: expected ‘;’ before ‘while’
8 | N %= 1000000
| ^
| ;
9 | while (N >= 500000) {
| ~~~~~