/*
对于这个月,我主要是在学堂在线上学习MOOC。邓老师讲的很好 !!!
这个月,我主要学习数据结构,还不时的到学校OJ上出出题。(PS:我也是学校OJ上的管理员)
今天学校停电了。。。OJ管理系统都关了。。。
我只好在家开着电脑边听歌边刷清华北大OJ上的简单题。。。因为难题实在不会。。。暴力我估计都会超时。
这个月争取把数据结构的MOOC学完,加油!!!
*/
#include<iostream> #include<iomanip> #include<cstdio> #include<cstdlib> using namespace std; int main { puts("go go go ! ysmor, and the MOOC!"); puts("come and have the fun of the c++"); return 0; }
by ysmor
2016.7.14 23:098:15