记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:93:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for (int i = 1; i <= m; i ++)
     ^~~
/in/foo.cc:99:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for (int i = 1; i <= n; i ++) sze[i] = 1;
  ^~~
/in/foo.cc:108:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for (int i = 1; i <= m; i ++)
     ^~~
/in/foo.cc:120:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  return 0;
  ^~~~~~
# 状态 耗时 内存占用
#1 Runtime Error 4ms 5.059 MiB
#2 Runtime Error 4ms 5.059 MiB
#3 Runtime Error 4ms 5.062 MiB
#4 Runtime Error 4ms 5.059 MiB
#5 Runtime Error 4ms 5.129 MiB
#6 Runtime Error 4ms 5.039 MiB
#7 Runtime Error 4ms 5.066 MiB
#8 Runtime Error 4ms 5.004 MiB
#9 Runtime Error 4ms 5.004 MiB
#10 Runtime Error 4ms 5.07 MiB
#11 Runtime Error 4ms 5.09 MiB
#12 Runtime Error 4ms 5.055 MiB
#13 Runtime Error 4ms 5.055 MiB
#14 Runtime Error 4ms 5.066 MiB
#15 Runtime Error 4ms 5.129 MiB
#16 Runtime Error 4ms 5.066 MiB
#17 Runtime Error 4ms 5.117 MiB
#18 Runtime Error 4ms 5.129 MiB
#19 Runtime Error 4ms 4.996 MiB
#20 Runtime Error 4ms 5.121 MiB

信息

递交者
类型
递交
题目
P1074 命运石之门的
语言
C++
递交时间
2024-11-22 23:13:19
评测时间
2024-11-22 23:13:19
评测机
分数
0
总耗时
96ms
峰值内存
5.129 MiB