Problem binarycoins
User Henries
Submission Time 2024-10-12 22:45:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarycoins.cpp:1:2: error: stray ‘#’ in program
1 | =#include <bits/stdc++.h>
| ^
binarycoins.cpp:1:1: error: expected unqualified-id before ‘=’ token
1 | =#include <bits/stdc++.h>
| ^
binarycoins.cpp: In function ‘void solve(long long int)’:
binarycoins.cpp:17:5: error: ‘cout’ was not declared in this scope
17 | cout << ans;
| ^~~~
binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:21:5: error: ‘ios_base’ has not been declared
21 | ios_base::sync_with_stdio(0);
| ^~~~~~~~
binarycoins.cpp:22:5: error: ‘cin’ was not declared in this scope
22 | cin.tie(0);
| ^~~