/ Vijos /

记录详情

Time Exceeded

foo.cc: In function 'int main()':
foo.cc:32:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   32 |       for (int j=2;j<m;j++)
      |       ^~~
foo.cc:36:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   36 |  for (double i=1.5;i<n;i++)
      |  ^~~
foo.cc:28:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   28 |  scanf("%d%d",&n,&m);
      |  ~~~~~^~~~~~~~~~~~~~
foo.cc:30:32: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   30 |    for (int j=1;j<=m;j++) scanf("%d",&a[i][j]);
      |                           ~~~~~^~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read 3646, expect 3632. 4ms 512.0 KiB
#2 Wrong Answer Read 12015, expect 11958. 12ms 896.0 KiB
#3 Accepted 8ms 896.0 KiB
#4 Wrong Answer Read 357887, expect 357832. 1103ms 2.625 MiB
#5 Wrong Answer Read 507987, expect 507969. 1808ms 3.117 MiB
#6 Time Exceeded ≥3001ms ≥3.367 MiB
#7 Time Exceeded ≥3100ms ≥3.742 MiB
#8 Time Exceeded ≥3097ms ≥4.117 MiB
#9 Time Exceeded ≥3101ms ≥4.242 MiB

信息

递交者
类型
递交
题目
P1556 对称的正方形
语言
C++
递交时间
2022-03-26 21:07:27
评测时间
2022-03-26 21:07:27
评测机
分数
10
总耗时
≥15239ms
峰值内存
≥4.242 MiB