摘要:
AC代码 include include include using namespace std; const int max_n = 1010; char ans[max_n]; int count[10][2] = {0}; int main() { ifdef ONLINE_JUDGE els 阅读全文
摘要:
AC代码 阅读全文
摘要:
AC代码 阅读全文
摘要:
AC代码 include const int max_n = 1000; int ans[max_n]; char result[max_n]; char radix[13] = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 阅读全文