/ Vijos /

记录详情

Time Exceeded

/in/foo.cc: In function 'long long int get(long long int)':
/in/foo.cc:27:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:45:13: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  For(i,0,n) gets(s),get(i);
             ^~~~
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /in/foo.cc:1:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/in/foo.cc:45:19: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
  For(i,0,n) gets(s),get(i);
                   ^
In file included from /usr/include/c++/6/cstdio:42:0,
                 from /in/foo.cc:1:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
/tmp/cc6hUH2z.o: In function `main':
foo.cc:(.text.startup+0x4a): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 153ms 352.0 KiB
#2 Time Exceeded ≥503ms ≥332.0 KiB
#3 Accepted 237ms 352.0 KiB
#4 Accepted 368ms 384.0 KiB
#5 Accepted 280ms 344.0 KiB
#6 Time Exceeded ≥505ms ≥384.0 KiB
#7 Time Exceeded ≥507ms ≥468.0 KiB
#8 Time Exceeded ≥507ms ≥376.0 KiB
#9 Time Exceeded ≥503ms ≥384.0 KiB
#10 Time Exceeded ≥507ms ≥488.0 KiB

信息

递交者
类型
递交
题目
P1915 解方程 加强版
语言
C++
递交时间
2017-07-06 12:23:46
评测时间
2017-07-06 12:23:46
评测机
分数
40
总耗时
≥4075ms
峰值内存
≥488.0 KiB