Problem | binarycoins |
---|---|
User | RendezvousAnonymous |
Submission Time | 2023-11-20 23:55:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
binarycoins.cpp:7:5: error: ‘long long long’ is too long for GCC
7 | int long long coins[1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072, 262144];
| ^~~~
binarycoins.cpp:7:10: error: ‘long long long’ is too long for GCC
7 | int long long coins[1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072, 262144];
| ^~~~
binarycoins.cpp:7:22: error: expected ‘]’ before ‘,’ token
7 | int long long coins[1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072, 262144];
| ^
| ]
binarycoins.cpp:7:24: error: expected unqualified-id before numeric constant
7 | int long long coins[1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, 16384, 32768, 65536, 131072, 262144];
| ^
binarycoins.cpp: In function ‘int main()’: