摘要: 1 #include 2 using namespace std; 3 const int N = 1e4; 4 void factorial(int n){ 5 int a[N]; 6 a[0] = 1; 7 int res = 0; 8 for(int i = 1; i 0){ 16 a[++res] = flag;... 阅读全文
posted @ 2017-05-03 22:23 starry_sky 阅读(141) 评论(0) 推荐(0) 编辑
摘要: L1-1 这是一道简单题 Problem Description 大豪哥觉得自己特别的菜,就是个弱鸡,但是大家不承认,所以大豪哥想了一个办法,在学校大屏幕上输出三行“DaHaoGeJiuShiYiGeRuoJi”,这样就可以说明自己是个弱鸡了。可是大豪哥太渣了不会写,你能帮他输出一下吗? Input 阅读全文
posted @ 2017-05-03 22:14 starry_sky 阅读(475) 评论(4) 推荐(0) 编辑