/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void fouth(int)':
/in/foo.cc:25:28: warning: 'y4' may be used uninitialized in this function [-Wmaybe-uninitialized]
     P[++cnt].x=x4, P[cnt].y=y4, P[cnt].c=i;
                    ~~~~~~~~^~~
/in/foo.cc:25:15: warning: 'x4' may be used uninitialized in this function [-Wmaybe-uninitialized]
     P[++cnt].x=x4, P[cnt].y=y4, P[cnt].c=i;
     ~~~~~~~~~~^~~
# 状态 耗时 内存占用
#1 Accepted 3ms 1.555 MiB
#2 Accepted 2ms 1.465 MiB
#3 Accepted 2ms 1.473 MiB
#4 Accepted 3ms 1.461 MiB
#5 Accepted 3ms 1.477 MiB

信息

递交者
类型
递交
题目
P1119 Car的旅行路线
语言
C++
递交时间
2020-04-28 14:05:28
评测时间
2020-04-28 14:05:28
评测机
分数
100
总耗时
15ms
峰值内存
1.555 MiB