/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:48:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   48 |     scanf("%d %d",&n,&m);
      |     ~~~~~^~~~~~~~~~~~~~~
foo.cc:53:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   53 |         scanf("%d %d %d",&ni,&Ti,&ti);
      |         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:39:6: warning: 'minTime' may be used uninitialized in this function [-Wmaybe-uninitialized]
   39 |     T-=h*3600;
      |     ~^~~~~~~~
foo.cc:90:9: note: 'minTime' was declared here
   90 |     int minTime;
      |         ^~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 8ms 7.25 MiB
#2 Accepted 8ms 7.25 MiB
#3 Accepted 15ms 7.375 MiB
#4 Accepted 27ms 7.25 MiB
#5 Accepted 23ms 7.25 MiB
#6 Accepted 7ms 7.25 MiB
#7 Accepted 13ms 7.5 MiB
#8 Accepted 7ms 7.375 MiB
#9 Accepted 28ms 7.375 MiB
#10 Accepted 31ms 7.375 MiB

信息

递交者
类型
递交
题目
P1168 公路巡逻
语言
C++
递交时间
2022-07-17 16:15:19
评测时间
2022-07-17 16:15:19
评测机
分数
100
总耗时
171ms
峰值内存
7.5 MiB