Problem binarycoins
User cobnet
Submission Time 2024-08-07 17:11:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarycoins.cpp:3:11: error: variable or field ‘bin’ declared void
3 | void bin(n)
| ^
binarycoins.cpp:3:10: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
3 | void bin(n)
| ^
| yn
binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:19:13: error: ‘bin’ was not declared in this scope; did you mean ‘sin’?
19 | beepbeep = bin(B);
| ^~~
| sin