/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:68:19: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long int*' [-Wformat=]
 scanf("%d%d",&n,&c);
                   ^
/in/foo.cc:68:19: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long int*' [-Wformat=]
/in/foo.cc:69: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]);
                                         ^
/in/foo.cc:80:8: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
 if (i>c&&f!=ans[i]||f%i!=ans[i]) //优化三
     ~~~^~~~~~~~~~~
/in/foo.cc:89: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);
                          ^
/in/foo.cc:89:26: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long int' [-Wformat=]
/in/foo.cc:89:26: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat=]
# 状态 耗时 内存占用
#1 Accepted 1ms 388.0 KiB
#2 Accepted 1ms 376.0 KiB
#3 Accepted 1ms 360.0 KiB
#4 Accepted 1ms 340.0 KiB
#5 Time Exceeded ≥1002ms ≥416.0 KiB
#6 Accepted 1ms 388.0 KiB
#7 Accepted 1ms 364.0 KiB
#8 Accepted 1ms 384.0 KiB
#9 Accepted 1ms 400.0 KiB
#10 Accepted 1ms 360.0 KiB
#11 Accepted 5ms 636.0 KiB
#12 Accepted 5ms 608.0 KiB
#13 Accepted 5ms 740.0 KiB
#14 Accepted 5ms 656.0 KiB
#15 Accepted 5ms 612.0 KiB
#16 Accepted 341ms 1.141 MiB
#17 Accepted 113ms 1.102 MiB
#18 Accepted 280ms 1.176 MiB
#19 Accepted 345ms 1.094 MiB
#20 Accepted 281ms 1.172 MiB

信息

递交者
类型
递交
题目
P1965 夜夜的数据加强
语言
C++
递交时间
2021-07-21 08:53:35
评测时间
2021-07-21 08:53:35
评测机
分数
95
总耗时
≥2406ms
峰值内存
≥1.176 MiB