呜呜呜,哪错了啊,求助大佬!!!

P1042 [NOIP2003 普及组] 乒乓球

错了几个点?
by Dimly_dust @ 2020-07-17 20:37:32


@[Dimly_dust](/user/316896) 没提交,样例就过不去。。。
by W_churchill @ 2020-07-17 20:39:24


@[Qinclude](/user/224791) 这是要循环读入的,像样例就是两行
by Dimly_dust @ 2020-07-17 20:39:29


但我感觉大体没错啊
by W_churchill @ 2020-07-17 20:39:46


@[Qinclude](/user/224791) 就是要死循环读入字符,读到E结束
by Dimly_dust @ 2020-07-17 20:40:32


话说头像怎么感觉撞衫了呢。。。
by Dimly_dust @ 2020-07-17 20:42:28


@[Dimly_dust](/user/316896) 有吗
by W_churchill @ 2020-07-17 20:44:56


你们两个的头像好像啊……
by sandwich @ 2020-07-17 20:54:04


智子!
by sandwich @ 2020-07-17 20:54:27


@[Qinclude](/user/224791) `for(int j=i;j<11;j++)` 改为 `for(int j=i;j<i+11;j++)`? `for(int j=i;j<21;j++)` 改为 `for(int j=i;j<i+21;j++)` ?
by Zxx200611 @ 2020-07-17 21:31:47


| 下一页