Problem binarycoins
User shoryu386
Submission Time 2023-01-27 18:41:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binarycoins.cpp:4:5: error: stray ‘#’ in program
4 | add #pragma GCC target("bmi,bmi2,abm,lzcnt,popcnt")
| ^
binarycoins.cpp:4:1: error: ‘add’ does not name a type; did you mean ‘fadd’?
4 | add #pragma GCC target("bmi,bmi2,abm,lzcnt,popcnt")
| ^~~
| fadd