/ XMU_ACM /

记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:5:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
     while(scanf("%d",&n)!=EOF)
     ^~~~~
/in/foo.c:7:8: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
        return 0;
        ^~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 256.0 KiB
#2 Wrong Answer 2ms 256.0 KiB

信息

递交者
类型
递交
题目
Emmmmm(多组测试数据样题)
语言
C
递交时间
2018-06-30 15:54:17
评测时间
2018-06-30 15:54:17
评测机
分数
0
总耗时
4ms
峰值内存
256.0 KiB