摘要:
实验7 基础练习 注释 11 7 include using namespace ::std; int main() { ios_base::fmtflags original_flags = cout.flags(); //保存cout参数设置 cout include include inclu 阅读全文
摘要:
实验五 ex3.cpp 源码: include include include using namespace std; // 函数声明 void output1(vector &); void output2(vector &); int main() { vectorlikes, dislike 阅读全文
摘要:
实验三 4_11源码: include using namespace std; class CRectangle { public : int w,h; int Area(){ return w h; } void Init(int w_, int h_){ w=w_; h=h_; } }; in 阅读全文
摘要:
第一次实验 2 4源码: include using namespace std; int main() { int day; cin day; switch(day) { case 1: cout using namespace std; int main() { int a,b=0,t; cin 阅读全文