/ 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:58: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:58: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/cc5tC2LN.o: In function `main':
foo.cc:(.text.startup+0x94): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 144ms 344.0 KiB
#2 Time Exceeded ≥506ms ≥384.0 KiB
#3 Accepted 200ms 468.0 KiB
#4 Accepted 311ms 388.0 KiB
#5 Accepted 281ms 572.0 KiB
#6 Time Exceeded ≥507ms ≥432.0 KiB
#7 Accepted 475ms 468.0 KiB
#8 Accepted 497ms 472.0 KiB
#9 Accepted 473ms 456.0 KiB
#10 Time Exceeded ≥502ms ≥464.0 KiB

信息

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