/ Vijos /

记录详情

Time Exceeded

foo.cc: In function 'int main()':
foo.cc:20:9: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long int*' [-Wformat=]
   20 | scanf("%d%d",&n,&c);
      |        ~^    ~~
      |         |    |
      |         int* long int*
      |        %ld
foo.cc:20:11: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long int*' [-Wformat=]
   20 | scanf("%d%d",&n,&c);
      |          ~^     ~~
      |           |     |
      |           int*  long int*
      |          %ld
foo.cc:21:31: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long int*' [-Wformat=]
   21 | for (int i=1;i<n;i++) scanf("%d",&ans[i]);
      |                              ~^  ~~~~~~~
      |                               |  |
      |                               |  long int*
      |                               int*
      |                              %ld
foo.cc:32:8: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
   32 | if (i>c&&f!=ans[i]||f%i!=ans[i]) //优化三
      |     ~~~^~~~~~~~~~~
foo.cc:41:10: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
   41 | printf("%d %d %d\n",x,a,b);
      |         ~^          ~
      |          |          |
      |          int        long int
      |         %ld
foo.cc:41:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
   41 | printf("%d %d %d\n",x,a,b);
      |            ~^         ~
      |             |         |
      |             int       long int
      |            %ld
foo.cc:41:16: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=]
   41 | printf("%d %d %d\n",x,a,b);
      |               ~^        ~
      |                |        |
      |                int      long int
      |               %ld
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 256.0 KiB
#2 Accepted 2ms 256.0 KiB
#3 Accepted 2ms 256.0 KiB
#4 Accepted 2ms 256.0 KiB
#5 Time Exceeded ≥1104ms ≥376.0 KiB
#6 Accepted 3ms 256.0 KiB
#7 Accepted 2ms 256.0 KiB
#8 Accepted 1ms 256.0 KiB
#9 Accepted 1ms 256.0 KiB
#10 Accepted 1ms 256.0 KiB
#11 Accepted 8ms 640.0 KiB
#12 Accepted 7ms 640.0 KiB
#13 Accepted 20ms 640.0 KiB
#14 Accepted 21ms 640.0 KiB
#15 Accepted 16ms 640.0 KiB
#16 Accepted 624ms 1.117 MiB
#17 Accepted 150ms 1.117 MiB
#18 Accepted 371ms 1.0 MiB
#19 Accepted 481ms 1.117 MiB
#20 Accepted 344ms 1.242 MiB

信息

递交者
类型
递交
题目
P1965 夜夜的数据加强
语言
C++
递交时间
2022-10-03 22:50:38
评测时间
2022-10-03 22:50:38
评测机
分数
95
总耗时
≥3171ms
峰值内存
≥1.242 MiB