zstu2511-Delete Number题目来源:http://acmpj.zstu.edu.cn/JudgeOnline/showproblem?problem_id=2511View Code #include<stdio.h>#include<string.h>int main(){ int n,num,T,i; char s[1001]; scanf("%d",&T); while(T--) { scanf("%d%s",&n,s); num=strlen(s); int cnt=0,x=0,y=1;/ Read More
posted @ 2012-05-31 23:07
To be an ACMan
Views(346)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号