题解列表

筛选

狂猎来袭-题解(C++代码)

摘要:本题考查二进制数和十进制数的转换,可以使用 bitset 函数 参考 https://www.cnblogs.com/magisk/p/8809922.html 对于一个叫做foo的bitset:……