/ Vijos /

记录详情

Time Exceeded

/in/foo.cc:3:30: warning: '-fwhole-program' is not an option that controls warnings [-Wpragmas]
 #pragma GCC diagnostic error "-fwhole-program"
                              ^~~~~~~~~~~~~~~~~
/in/foo.cc:4:30: warning: '-fcse-skip-blocks' is not an option that controls warnings [-Wpragmas]
 #pragma GCC diagnostic error "-fcse-skip-blocks"
                              ^~~~~~~~~~~~~~~~~~~
/in/foo.cc:5:30: warning: '-funsafe-loop-optimizations' is not an option that controls warnings [-Wpragmas]
 #pragma GCC diagnostic error "-funsafe-loop-optimizations"
                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/in/foo.cc: In function 'void io::gi(I&)':
/in/foo.cc:36:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for (x = 0; c <= '9' && c >= '0'; c = gc()) x = x * 10 + (c & 15); x *= f;
   ^~~
/in/foo.cc:36:70: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   for (x = 0; c <= '9' && c >= '0'; c = gc()) x = x * 10 + (c & 15); x *= f;
                                                                      ^
/in/foo.cc: In function 'void io::print(I)':
/in/foo.cc:41:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if (!x) putc ('0'); if (x < 0) putc ('-'), x = -x;
   ^~
/in/foo.cc:41:23: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if (!x) putc ('0'); if (x < 0) putc ('-'), x = -x;
                       ^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:210:33: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
     printf("%d\n",(Pnum+mod)%mod);
                                 ^
/in/foo.cc:191:10: warning: unused variable 'k' [-Wunused-variable]
  int i,j,k,o,p,l;
          ^
/in/foo.cc:191:12: warning: unused variable 'o' [-Wunused-variable]
  int i,j,k,o,p,l;
            ^
/in/foo.cc:191:14: warning: unused variable 'p' [-Wunused-variable]
  int i,j,k,o,p,l;
              ^
/in/foo.cc:191:16: warning: unused variable 'l' [-Wunused-variable]
  int i,j,k,o,p,l;
                ^
# 状态 耗时 内存占用
#1 Wrong Answer 145ms 12.887 MiB
#2 Wrong Answer 144ms 10.82 MiB
#3 Wrong Answer 153ms 12.961 MiB
#4 Wrong Answer 147ms 10.941 MiB
#5 Wrong Answer 144ms 12.758 MiB
#6 Time Exceeded ≥2002ms ≥11.105 MiB
#7 Time Exceeded ≥2000ms ≥13.066 MiB
#8 Time Exceeded ≥2002ms ≥11.0 MiB
#9 Time Exceeded ≥2001ms ≥13.152 MiB
#10 Time Exceeded ≥2005ms ≥11.074 MiB

信息

递交者
类型
递交
题目
P2051 快速查询
语言
C++
递交时间
2019-05-08 09:31:34
评测时间
2019-05-08 09:31:34
评测机
分数
0
总耗时
≥10748ms
峰值内存
≥13.152 MiB