zoj 2988
摘要:
/* zoj 2988 */# include <stdio.h># include <string.h>int main(){ int n, i, len; double m; char ch[2]; scanf("%d", &n); i = 0; while (n > 0) { scanf("%lf %s", &m, ch); len = strlen(ch); if(len == 2) { if (ch[0] == 'k') printf(... 阅读全文
posted @ 2012-02-18 22:41 getgoing 阅读(251) 评论(0) 推荐(0)
浙公网安备 33010602011771号