摘要:
模板 支持负进制 luogu P1143 luogu P1017 #include<string> using namespace std; namespace X_to_Y{ char dtoc(int d){ if(d>9)return 'A'+d-10; return '0'+d; } int 阅读全文
模板 支持负进制 luogu P1143 luogu P1017 #include<string> using namespace std; namespace X_to_Y{ char dtoc(int d){ if(d>9)return 'A'+d-10; return '0'+d; } int 阅读全文
posted @ 2026-01-04 12:45
射杀百头
阅读(10)
评论(0)
推荐(0)

浙公网安备 33010602011771号