Problem | binarycoins |
---|---|
User | Hijackedsoul |
Submission Time | 2023-07-19 15:56:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
binarycoins.cpp: In function ‘int main()’:
binarycoins.cpp:6:13: error: expected ‘;’ before ‘unsigned’
6 | cout.tie(0)
| ^
| ;
7 | unsigned long long B;
| ~~~~~~~~
binarycoins.cpp:8:17: error: ‘B’ was not declared in this scope
8 | std::cin >> B;
| ^