/ Vijos /

记录详情

Accepted

/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:43: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:43: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/ccCgzkvv.o: In function `main':
foo.cc:(.text.startup+0x70): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 142ms 380.0 KiB
#2 Accepted 481ms 384.0 KiB
#3 Accepted 203ms 340.0 KiB
#4 Accepted 330ms 384.0 KiB
#5 Accepted 247ms 428.0 KiB
#6 Accepted 475ms 468.0 KiB
#7 Accepted 492ms 468.0 KiB
#8 Accepted 480ms 512.0 KiB
#9 Accepted 481ms 384.0 KiB
#10 Accepted 496ms 584.0 KiB

信息

递交者
类型
递交
题目
P1915 解方程 加强版
语言
C++
递交时间
2017-07-06 12:32:38
评测时间
2017-07-06 12:32:38
评测机
分数
100
总耗时
3830ms
峰值内存
584.0 KiB