记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:10:1: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
 for(i=1;i<=N;i++)
 ^~~
/in/foo.c:12:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(i=1;i<=M;i++)
  ^~~
# 状态 耗时 内存占用
#1 Accepted 0ms 216.0 KiB
#2 Accepted 0ms 228.0 KiB
#3 Accepted 0ms 228.0 KiB
#4 Accepted 0ms 228.0 KiB
#5 Accepted 2ms 1.719 MiB
#6 Accepted 4ms 3.723 MiB
#7 Accepted 7ms 5.605 MiB
#8 Accepted 9ms 6.434 MiB
#9 Accepted 13ms 9.891 MiB
#10 Accepted 12ms 9.723 MiB

信息

递交者
类型
递交
题目
P1076 乌龟棋
语言
C
递交时间
2021-01-24 10:26:05
评测时间
2021-01-24 10:26:05
评测机
分数
100
总耗时
52ms
峰值内存
9.891 MiB