记录详情

Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=1;i<=k;i++)
  ^~~
/in/foo.cc:11:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   f[0][0]=0;
   ^
/in/foo.cc:4:10: warning: unused variable 'i' [-Wunused-variable]
  int n,m,i,k,j,f[102][102];
          ^
/in/foo.cc:4:14: warning: unused variable 'j' [-Wunused-variable]
  int n,m,i,k,j,f[102][102];
              ^
/in/foo.cc:7:6: warning: unused variable 't' [-Wunused-variable]
  int t;
      ^
# 状态 耗时 内存占用
#1 Accepted 1ms 356.0 KiB
#2 Wrong Answer 1ms 352.0 KiB
#3 Time Exceeded ≥1001ms ≥360.0 KiB
#4 Time Exceeded ≥1000ms ≥468.0 KiB
#5 Wrong Answer 774ms 484.0 KiB

信息

递交者
类型
递交
题目
潜水员
语言
C++
递交时间
2024-08-09 19:56:16
评测时间
2024-08-09 19:56:16
评测机
分数
20
总耗时
≥2780ms
峰值内存
≥484.0 KiB