/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:12:13: warning: 'char* gets(char*)' is deprecated [-Wdeprecated-declarations]
   gets(ch[i]);
             ^
In file included from /usr/include/c++/7/cstdio:42:0,
                 from foo.cc:1:
/usr/include/stdio.h:638:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
foo.cc:10:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d\n",&n);
  ~~~~~^~~~~~~~~~~
foo.cc:12:7: warning: ignoring return value of 'char* gets(char*)', declared with attribute warn_unused_result [-Wunused-result]
   gets(ch[i]);
   ~~~~^~~~~~~
/tmp/ccPECaGS.o: In function `main':
foo.cc:(.text.startup+0x4e): warning: the `gets' function is dangerous and should not be used.

自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
{"receive":"2020-08-10T08:42:55.123Z","handle":"2020-08-10T08:42:55.123Z","cache_start":"2020-08-10T08:42:55.131Z","read_cases":"2020-08-10T08:42:55.238Z","judge":"2020-08-10T08:42:55.238Z","done":"2020-08-10T08:42:55.635Z"}
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB
#2 Accepted 1ms 256.0 KiB
#3 Accepted 1ms 256.0 KiB
#4 Accepted 1ms 256.0 KiB
#5 Accepted 0ms 256.0 KiB
#6 Accepted 1ms 256.0 KiB
#7 Accepted 1ms 384.0 KiB
#8 Accepted 1ms 384.0 KiB
#9 Accepted 1ms 384.0 KiB
#10 Accepted 1ms 384.0 KiB

信息

递交者
类型
递交
题目
P1063 迎春舞会之集体舞
语言
C++
递交时间
2020-08-10 16:42:55
评测时间
2020-08-10 16:42:55
评测机
分数
100
总耗时
10ms
峰值内存
384.0 KiB