Closed. This question needs details or clarity. It is not currently accepting answers. Learn more
想改进这个问题吗?添加细节并通过editing this post澄清问题。
5年前关闭。
在输入测试用例数未知的算法竞赛(或SPOJ问题)中存在一些问题。如果没有TLE,我怎么能正确地阅读它们呢?
提前谢谢。
SPOJ-球体在线裁判
TLE-超过时间限制

最佳答案

好吧,我明白了:

while(scanf("%d", &n) != EOF) {
    //...
}

关于c - 算法竞赛-未知数量的测试用例,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/20642028/

10-11 21:05