Problem | weddingcoins |
---|---|
User | RAyhahh |
Submission Time | 2025-01-15 17:57:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
weddingcoins.cpp: In function ‘int main()’:
weddingcoins.cpp:19:10: error: expected ‘;’ before ‘c’
19 | a = a%b
| ^
| ;
20 | c--;
| ~