Problem binarycoins
User StormyGood
Submission Time 2024-01-27 12:21:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:10:10: error: unable to find numeric literal operator ‘operator""b’
10 | while (2b <= a)
| ^~