/ Vijos /

记录详情

Wrong Answer

foo.c:4:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(){
 ^~~~
foo.c: In function 'main':
foo.c:6:2: warning: 'gets' is deprecated [-Wdeprecated-declarations]
  gets(c);
  ^~~~
In file included from foo.c:1:0:
/usr/include/stdio.h:640:14: note: declared here
 extern char *gets (char *__s) __wur __attribute_deprecated__;
              ^~~~
foo.c:5:9: warning: unused variable 'j' [-Wunused-variable]
  long i,j,m,n,k;
         ^
/tmp/ccgBVgFd.o: In function `main':
foo.c:(.text.startup+0x22): warning: the `gets' function is dangerous and should not be used.

自豪的采用jd5进行评测(github.com/masnn/jd5)
{"receive":"2020-02-19T11:26:03.218Z","handle":"2020-02-19T11:26:03.218Z","cache_start":"2020-02-19T11:26:03.218Z","read_cases":"2020-02-19T11:26:04.468Z","judge":"2020-02-19T11:26:04.468Z","done":"2020-02-19T11:26:04.821Z"}
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 196.0 KiB
#2 Wrong Answer 1ms 172.0 KiB
#3 Wrong Answer 1ms 208.0 KiB
#4 Wrong Answer 1ms 272.0 KiB
#5 Wrong Answer 1ms 168.0 KiB
#6 Wrong Answer 2ms 172.0 KiB
#7 Wrong Answer 1ms 208.0 KiB

信息

递交者
类型
递交
题目
P1244 Matrix67的情书
语言
C
递交时间
2020-02-19 19:26:03
评测时间
2020-02-19 19:26:03
评测机
分数
0
总耗时
8ms
峰值内存
272.0 KiB