navigation switch
Home
Contests
Notification
Clarification
Problems
Ranklist
Status
HackStatus
Problem 1002
请问提交测试的时候是怎么测的?从哪里拿数据?
xiaoyu_auto96
| 2015-05-24 09:45:21
Author
自己跑没问题,传上来就是WA,我想是不是我入口写的不对 求教
fcxxzux
| 2015-05-24 09:56:24
# 1
从标准输入输出流中获取数据 即,直接scanf/gets/getchar/cin等
xiaoyu_auto96
| 2015-05-24 10:00:01
# 2
好的,多谢
chenchunhong
| 2015-05-24 15:29:01
# 3
#1002:为什么本地测试多种数据都能过,提交确实wrong answer?
Who can tell me why.......
hnustlilin
| 2015-05-24 16:01:32
# 4
gets读了前面的换行
在gets前,读一个字符 scanf("%c",&temp); //temp用来读取换行符,这样似乎不科学 gets(s);
Title
Content