Time Exceeded

/in/foo.cc: In function 'int bl(int, int)':
/in/foo.cc:9:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=x;i>=1;i--)
  ^~~
/in/foo.cc:12:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   maxn=max(maxn,b[x][y]);
   ^~~~
/in/foo.cc:13:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:25:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=1;i<=n;i++)
  ^~~
/in/foo.cc:29:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    printf("%d",maxn);
    ^~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 3ms 624.0 KiB
#2 Wrong Answer 9ms 640.0 KiB
#3 Wrong Answer 3ms 332.0 KiB
#4 Wrong Answer 9ms 624.0 KiB
#5 Wrong Answer 5ms 512.0 KiB
#6 Wrong Answer 2ms 464.0 KiB
#7 Time Exceeded ≥1004ms ≥3.125 MiB
#8 Time Exceeded ≥1007ms ≥1.625 MiB
#9 Time Exceeded ≥1001ms ≥3.625 MiB
#10 Time Exceeded ≥1003ms ≥3.625 MiB
#11 Time Exceeded ≥1002ms ≥2.832 MiB
#12 Time Exceeded ≥1003ms ≥1.625 MiB
#13 Time Exceeded ≥1004ms ≥15.832 MiB
#14 Time Exceeded ≥1006ms ≥15.715 MiB
#15 Time Exceeded ≥1005ms ≥15.625 MiB
#16 Time Exceeded ≥1006ms ≥15.715 MiB

信息

递交者
类型
递交
比赛
阜阳三中2018NOIP仿真模拟赛(一)
语言
C++
递交时间
2018-05-12 20:51:17
评测时间
2018-05-12 20:51:17
评测机
分数
0
总耗时
≥10079ms
峰值内存
≥15.832 MiB