记录详情

Runtime Error

/in/foo.c: In function 'main':
/in/foo.c:9:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(j=1;j<n;j++)
     ^~~
/in/foo.c:11:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
         printf("%d",a[0]);
         ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 216.0 KiB
#2 Runtime Error 14ms 656.0 KiB

信息

递交者
类型
递交
题目
1-3 序列循环左移
比赛
2021(四) 作业第一场:秀肌肉
语言
C
递交时间
2021-09-30 21:16:38
评测时间
2021-09-30 21:16:38
评测机
分数
50
总耗时
15ms
峰值内存
656.0 KiB