摘要:
1、c++注释。 ps: notepad++中注释掉多行代码的快捷键是 ctrl+ k 取消的方式 ctrl+ q 2、又学了一遍while for if 3、读取不定量数据的方法 while(std::cin >> value){} 4、cpp form error: type error、dec 阅读全文
摘要:
1 #include int main() { int a, b, c, d, e; // 红0 黄1 蓝2 白3 紫4 for (a = 0; a #include #define N 10 void sortString(char str[][50]) { char temp[]; for(int i = 0; i #define MAX 10... 阅读全文