摘要:
#include<stdio.h>#include<string.h>int main(){ char str[15]; int a; scanf("%s",str);getchar(); while(1) { fgets(str,sizeof(str),stdin); if(str[0]=='_') { break; } a=0; if(str[9]=='o') a+=1; if(str[8]=='o') a+=2; if(str... 阅读全文
posted @ 2013-05-28 00:21
piaomiao1314
阅读(112)
评论(0)
推荐(0)

浙公网安备 33010602011771号