Problem binarycoins
User sporknives
Submission Time 2024-06-06 17:49:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarycoins.cpp:24:5: error: redefinition of ‘int main()’
24 | int main() {
| ^~~~
binarycoins.cpp:6:5: note: ‘int main()’ previously defined here
6 | int main() {
| ^~~~