/ Vijos /

记录详情

Time Exceeded

foo.cc: In function 'int main()':
foo.cc:20:19: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long int*' [-Wformat=]
 scanf("%d%d",&n,&c);
              ~~   ^
foo.cc:20:19: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long int*' [-Wformat=]
foo.cc:21:41: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long int*' [-Wformat=]
 for (int i=1;i<n;i++) scanf("%d",&ans[i]);
                                  ~~~~~~~^
foo.cc:32:8: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
 if (i>c&&f!=ans[i]||f%i!=ans[i]) //优化三
     ~~~^~~~~~~~~~~
foo.cc:41:26: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
 printf("%d %d %d\n",x,a,b);
                          ^
foo.cc:41:26: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
foo.cc:41:26: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=]
foo.cc:20:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d%d",&n,&c);
 ~~~~~^~~~~~~~~~~~~~
foo.cc:21:28: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 for (int i=1;i<n;i++) scanf("%d",&ans[i]);
                       ~~~~~^~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 0ms 284.0 KiB
#2 Accepted 0ms 292.0 KiB
#3 Accepted 1ms 256.0 KiB
#4 Accepted 0ms 256.0 KiB
#5 Time Exceeded ≥1232ms ≥300.0 KiB
#6 Accepted 0ms 280.0 KiB
#7 Accepted 0ms 320.0 KiB
#8 Accepted 1ms 236.0 KiB
#9 Accepted 1ms 256.0 KiB
#10 Accepted 0ms 256.0 KiB
#11 Accepted 6ms 704.0 KiB
#12 Accepted 6ms 748.0 KiB
#13 Accepted 6ms 752.0 KiB
#14 Accepted 6ms 748.0 KiB
#15 Accepted 6ms 728.0 KiB
#16 Accepted 425ms 1.23 MiB
#17 Accepted 140ms 1.191 MiB
#18 Accepted 347ms 1.305 MiB
#19 Accepted 422ms 1.367 MiB
#20 Accepted 345ms 1.414 MiB

信息

递交者
类型
递交
题目
P1965 夜夜的数据加强
语言
C++
递交时间
2021-10-12 20:26:37
评测时间
2021-10-12 20:26:37
评测机
分数
95
总耗时
≥2956ms
峰值内存
≥1.414 MiB