/ Vijos /

记录详情

Accepted

/in/foo.c: In function 'xy4':
/in/foo.c:12:13: warning: unused variable 'i' [-Wunused-variable]
       int m,i;
             ^
/in/foo.c: At top level:
/in/foo.c:30:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main()
 ^~~~
/in/foo.c: In function 'xy4':
/in/foo.c:29:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
/in/foo.c: In function 'main':
/in/foo.c:81:13: warning: 'k' may be used uninitialized in this function [-Wmaybe-uninitialized]
         S[k]=1;
         ~~~~^~
# 状态 耗时 内存占用
#1 Accepted 0ms 200.0 KiB
#2 Accepted 1ms 172.0 KiB
#3 Accepted 1ms 204.0 KiB
#4 Accepted 1ms 328.0 KiB
#5 Accepted 1ms 328.0 KiB

信息

递交者
类型
递交
题目
P1119 Car的旅行路线
语言
C
递交时间
2019-04-17 12:08:51
评测时间
2019-04-17 12:08:51
评测机
分数
100
总耗时
5ms
峰值内存
328.0 KiB