Problem | binarycoins |
---|---|
User | yc |
Submission Time | 2025-06-03 07:41:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:11:26: error: expected ‘;’ before ‘}’ token
11 | if (n%2==1){n=n-1;c=c+1}
| ^
| ;