Problem binarycoins
User baobaocar
Submission Time 2023-03-13 23:46:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarycoins.cpp:3:21: error: expected ‘)’ before ‘;’ token
3 | #define ll long long;
| ^
binarycoins.cpp:7:21: note: in expansion of macro ‘ll’
7 | void solve(unsigned ll x) {
| ^~
binarycoins.cpp:7:11: note: to match this ‘(’
7 | void solve(unsigned ll x) {
| ^
binarycoins.cpp:7:24: error: ‘x’ does not name a type
7 | void solve(unsigned ll x) {
| ^