06 2018 档案

摘要:11-7 #include<iostream>using namespace std;int main(){ ios_base::fmtflags original_flags=cout.flags(); //保存现在的参数设置 cout<<812<<'|'; cout.setf(ios_base: 阅读全文
posted @ 2018-06-20 21:14 漆黑之光 阅读(75) 评论(0) 推荐(0)
摘要:1. J.h #include<iostream>using namespace std;class J{ public: J(int a,int b){ m=a; n=b; } int plus(){ return m+n ; } int getm(){ return m; } int getn( 阅读全文
posted @ 2018-06-07 19:48 漆黑之光 阅读(97) 评论(0) 推荐(0)