| Problem | binarycoins |
|---|---|
| User | havinaaaaash |
| Submission Time | 2024-06-06 00:19:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:10:44: error: expected ‘;’ before ‘count’
10 | b %= (unsigned long long int)(pow(2, i))
| ^
| ;
11 | count += 1;
| ~~~~~