摘要:
#include #include char a[21]; int n; int pd(int i) { if(a[i]=='0')return 0; else if(a[i]=='1')return 1; else if(a[i]=='2')return 2; else if(a[i]=='3')return 3; else if(a[i]=='4')r... 阅读全文
摘要:
第一:奇葩的万能头文件 第二:char中只能用单引号 第三:itoa不是在所有编译器中都能用 阅读全文