我在一道用了 __builtin_popcount 的题中用了一句
__builtin_popcount
#pragma GCC target("popcnt")
请问在 NOI 系列比赛中是否违规;或者说,这是否是手动在代码中设置编译选项?
谢谢,玄关。