Problem binarycoins
User LiuZq
Submission Time 2024-06-02 17:59:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarycoins.cpp: In function ‘ll Pow(ll, ll)’:
binarycoins.cpp:9:16: error: expected ‘;’ before ‘}’ token
9 | return result
| ^
| ;
10 | }
| ~