Problem binarycoins
User Mimikyu
Submission Time 2023-11-26 12:30:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarycoins.cpp:5:12: error: ‘a’ was not declared in this scope
5 | int tobles(a){
| ^
binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:21:17: error: ‘tobles’ cannot be used as a function
21 | while (tobles(n)<=b){
| ^
binarycoins.cpp:38:13: error: ‘tobles’ cannot be used as a function
38 | y=tobles(i);
| ^