记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:91:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for (int i = 1; i <= m; i ++)
     ^~~
/in/foo.cc:97: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:106:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for (int i = 1; i <= m; i ++)
     ^~~
/in/foo.cc:118:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  return 0;
  ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 5.031 MiB
#2 Accepted 4ms 5.004 MiB
#3 Accepted 4ms 4.945 MiB
#4 Accepted 4ms 4.914 MiB
#5 Accepted 4ms 4.965 MiB
#6 Accepted 4ms 5.035 MiB
#7 Accepted 6ms 5.207 MiB
#8 Accepted 6ms 5.168 MiB
#9 Accepted 6ms 5.246 MiB
#10 Accepted 6ms 5.164 MiB
#11 Accepted 148ms 17.043 MiB
#12 Accepted 148ms 17.141 MiB
#13 Accepted 148ms 17.141 MiB
#14 Accepted 147ms 17.16 MiB
#15 Accepted 145ms 17.141 MiB
#16 Accepted 144ms 17.094 MiB
#17 Accepted 144ms 17.156 MiB
#18 Accepted 144ms 17.148 MiB
#19 Accepted 145ms 17.156 MiB
#20 Accepted 144ms 17.031 MiB

信息

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