/ XMU_ACM /

记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:37:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
         for(i=num;i>0;i--)printf("%d ",sign[i]);printf("\n");
         ^~~
/in/foo.c:37:49: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
         for(i=num;i>0;i--)printf("%d ",sign[i]);printf("\n");
                                                 ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 4.219 MiB
#2 Accepted 4ms 4.211 MiB
#3 Accepted 3ms 3.488 MiB
#4 Accepted 3ms 2.715 MiB
#5 Accepted 3ms 3.0 MiB
#6 Accepted 4ms 2.707 MiB
#7 Accepted 4ms 4.324 MiB
#8 Accepted 5ms 3.594 MiB
#9 Accepted 11ms 3.25 MiB
#10 Accepted 11ms 3.684 MiB
#11 Accepted 108ms 4.25 MiB

信息

递交者
类型
递交
语言
C
递交时间
2018-04-30 11:25:50
评测时间
2018-04-30 11:25:50
评测机
分数
100
总耗时
166ms
峰值内存
4.324 MiB