摘要:
模拟,下楼梯不用停。 1 #include <iostream> 2 #include <stdio.h> 3 #include <cmath> 4 #include <string.h> 5 using namespace std; 6 int step[100+10]; 7 int main() 8 { 9 int c;10 int n,i,j,cnt,maxstep;11 int temp;12 while(~scanf("%d",&c))13 {14 while(c--)15 {16 sca... 阅读全文
posted @ 2013-03-22 19:07
symons
阅读(292)
评论(0)
推荐(0)
浙公网安备 33010602011771号