/ 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. 3ms 512.0 KiB
#2 Wrong Answer Read 12015, expect 11958. 9ms 768.0 KiB
#3 Accepted 6ms 768.0 KiB
#4 Wrong Answer Read 357887, expect 357832. 654ms 2.621 MiB
#5 Wrong Answer Read 507987, expect 507969. 1069ms 3.117 MiB
#6 Wrong Answer Read 718584, expect 718523. 2691ms 3.371 MiB
#7 Time Exceeded ≥3070ms ≥3.867 MiB
#8 Time Exceeded ≥3100ms ≥4.117 MiB
#9 Time Exceeded ≥3098ms ≥4.242 MiB

信息

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