记录详情

Accepted

/in/foo.cc: In function 'bool same(int, int, int)':
/in/foo.cc:12:15: warning: unused variable 'dlt' [-Wunused-variable]
     int t1,t2,dlt;
               ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:34:5: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
     gets(st);
     ^~~~
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:34:12: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
     gets(st);
            ^
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:50:25: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
     printf("%I64d\n",ans);
                         ^
/tmp/cc8URVzp.o: In function `main':
foo.cc:(.text.startup+0x27): warning: the `gets' function is dangerous and should not be used.
# 状态 耗时 内存占用
#1 Accepted 12ms 384.0 KiB
#2 Accepted 16ms 372.0 KiB
#3 Accepted 10ms 368.0 KiB
#4 Accepted 22ms 256.0 KiB
#5 Accepted 19ms 348.0 KiB
#6 Accepted 13ms 336.0 KiB
#7 Accepted 8ms 364.0 KiB
#8 Accepted 18ms 356.0 KiB
#9 Accepted 11ms 364.0 KiB
#10 Accepted 6ms 360.0 KiB
#11 Accepted 5ms 376.0 KiB
#12 Accepted 5ms 372.0 KiB
#13 Accepted 9ms 356.0 KiB
#14 Accepted 14ms 364.0 KiB
#15 Accepted 12ms 360.0 KiB
#16 Accepted 9ms 340.0 KiB
#17 Accepted 11ms 384.0 KiB
#18 Accepted 5ms 376.0 KiB
#19 Accepted 8ms 260.0 KiB
#20 Accepted 11ms 360.0 KiB
#21 Accepted 12ms 360.0 KiB
#22 Accepted 50ms 12.203 MiB
#23 Accepted 4ms 488.0 KiB
#24 Accepted 8ms 384.0 KiB

信息

递交者
类型
递交
题目
Antisymmetry
题目数据
下载
语言
C++
递交时间
2018-08-27 14:42:26
评测时间
2018-08-27 14:42:26
评测机
分数
240
总耗时
308ms
峰值内存
12.203 MiB