| Problem | weddingcoins |
|---|---|
| User | FadedWorld |
| Submission Time | 2024-08-23 16:19:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:21:23: error: expected ‘;’ before ‘}’ token
21 | N %= denom
| ^
| ;
22 | }
| ~