| Problem | binarycoins |
|---|---|
| User | shawn |
| Submission Time | 2024-05-05 20:54:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:17:23: error: expected ‘;’ before ‘}’ token
17 | if (B % 2 == 0) {c++}
| ^
| ;