/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:14:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   14 |     scanf("%d",&n);
      |     ~~~~~^~~~~~~~~
foo.cc:18:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   18 |             scanf("%d",&f[i][j]);
      |             ~~~~~^~~~~~~~~~~~~~~
foo.cc:25:14: warning: 'next' may be used uninitialized in this function [-Wmaybe-uninitialized]
   25 |     while(now!=n){
      |           ~~~^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 43ms 2.617 MiB
#2 Accepted 106ms 4.156 MiB
#3 Accepted 4ms 768.0 KiB
#4 Accepted 98ms 4.121 MiB
#5 Accepted 6ms 1.125 MiB
#6 Accepted 86ms 3.867 MiB
#7 Accepted 5ms 1.0 MiB
#8 Accepted 14ms 1.75 MiB
#9 Accepted 7ms 1.25 MiB
#10 Accepted 84ms 3.742 MiB

信息

递交者
类型
递交
题目
P1635 城市连接
语言
C++
递交时间
2022-03-19 06:29:31
评测时间
2022-03-19 06:29:31
评测机
分数
100
总耗时
457ms
峰值内存
4.156 MiB