记录详情

Memory Exceeded

/in/foo.c: In function 'main':
/in/foo.c:11:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(i=1;i<n;i++)
     ^~~
/in/foo.c:13:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  printf("%d",*(a+0));
  ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 0ms 204.0 KiB
#2 Memory Exceeded ≥453ms ≥16.0 MiB

信息

递交者
类型
递交
题目
1-3 序列循环左移
语言
C
递交时间
2020-12-25 18:37:03
评测时间
2020-12-25 23:30:48
评测机
分数
50
总耗时
≥454ms
峰值内存
≥16.0 MiB