Problem | binarycoins |
---|---|
User | Usu |
Submission Time | 2025-08-11 09:13:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:9:10: error: expected ‘)’ before ‘!’ token
9 | while (n ! = 1){
| ~ ^~
| )
binarycoins.cpp:9:13: error: expected primary-expression before ‘=’ token
9 | while (n ! = 1){
| ^