记录详情

Accepted

foo.cc: In function ‘int main()’:
foo.cc:45:9: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
   45 |         for(int i=0;i<m;i++)
      |         ^~~
foo.cc:48:11: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
   48 |           for(int i=0;i<m;i++)
      |           ^~~
# 状态 耗时 内存占用
#1 Accepted 2ms 536.0 KiB
#2 Accepted 3ms 324.0 KiB
#3 Accepted 2ms 536.0 KiB
#4 Accepted 2ms 536.0 KiB
#5 Accepted 3ms 536.0 KiB
#6 Accepted 3ms 536.0 KiB
#7 Accepted 2ms 536.0 KiB
#8 Accepted 3ms 536.0 KiB
#9 Accepted 2ms 320.0 KiB
#10 Accepted 3ms 536.0 KiB

信息

递交者
类型
递交
题目
P1007 猴群(monkey,1s,64MB)
题目数据
下载
语言
C++
递交时间
2021-11-26 20:26:29
评测时间
2025-09-23 07:22:31
评测机
分数
100
总耗时
30ms
峰值内存
536.0 KiB