11 2018 档案
摘要:#include <iostream> using namespace std; void swap(int &a,int &b) { int temp=a; a=b; b=temp; } void pai_xu(int a[],int m,int n) { if(m==n) { for(int i
阅读全文
摘要:恢复内容开始 1.“//”表示行注释 一对“/*”和“*/”中间的内容是注释。 2.“}”之后无分号 3.“=”为赋值 “==”才是等于 赋值为:右给左 数据类型:以左面为准 4.printf scanf <cstdio> cin cout <iostream> 5.“%”模运算必须都是整型数 +
阅读全文

浙公网安备 33010602011771号