摘要:
1 int read(){ 2 int f=1;int x=0;char s=getchar(); 3 while(s'9'){if(s=='-')f=-1;s=getchar();} 4 while(s>='0'&&s<='9'){x=x*10+s-'0';s=getchar();} 5 x*=f; 6 return x; 7 } 阅读全文
posted @ 2018-09-01 16:33
lcan
阅读(164)
评论(0)
推荐(0)
摘要:
85分 三个具有单调性的序列 没调出来...... 阅读全文
posted @ 2018-09-01 09:30
lcan
阅读(227)
评论(0)
推荐(0)

浙公网安备 33010602011771号