/ 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]
     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]
         scanf("%d %d %d",&ni,&Ti,&ti);
         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:39:6: warning: 'minTime' may be used uninitialized in this function [-Wmaybe-uninitialized]
     T-=h*3600;
     ~^~~~~~~~
foo.cc:90:9: note: 'minTime' was declared here
     int minTime;
         ^~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 8ms 7.344 MiB
#2 Accepted 8ms 7.293 MiB
#3 Accepted 19ms 7.352 MiB
#4 Accepted 27ms 7.355 MiB
#5 Accepted 29ms 7.352 MiB
#6 Accepted 8ms 7.352 MiB
#7 Accepted 14ms 7.367 MiB
#8 Accepted 9ms 7.312 MiB
#9 Accepted 28ms 7.418 MiB
#10 Accepted 31ms 7.469 MiB

信息

递交者
类型
递交
题目
P1168 公路巡逻
语言
C++
递交时间
2021-08-09 17:04:40
评测时间
2021-08-09 17:04:40
评测机
分数
100
总耗时
185ms
峰值内存
7.469 MiB