POJ 1298 The Hardest Problem Ever
摘要:
1 #include<stdio.h> 2 #include<string.h> 3 #include<stdlib.h> 4 int main() 5 { 6 char s1[110]; 7 char s2[15]; 8 int i,n; 9 while(1)10 {11 gets(s2);12 if(strcmp(s2,"ENDOFINPUT")==0)13 break;14 else if(strcmp(s2,"START")==0)15 {16 ... 阅读全文
posted @ 2012-08-03 14:56 mycapple 阅读(285) 评论(0) 推荐(0)
浙公网安备 33010602011771号