/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:51:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 for(int j=0; j<map[i].size(); j++){
              ~^~~~~~~~~~~~~~
foo.cc:36:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d%d", &n, &m);
 ~~~~~^~~~~~~~~~~~~~~~
foo.cc:39:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d%d%d", &x, &y, &w);
 ~~~~~^~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 468.0 KiB
#2 Accepted 1ms 448.0 KiB
#3 Accepted 2ms 452.0 KiB
#4 Accepted 7ms 1.508 MiB
#5 Accepted 7ms 1.512 MiB
#6 Accepted 12ms 2.199 MiB
#7 Accepted 9ms 1.828 MiB
#8 Accepted 7ms 1.668 MiB
#9 Accepted 11ms 2.152 MiB
#10 Accepted 8ms 1.688 MiB

信息

递交者
类型
递交
题目
P1966 夜夜的旅游计划
语言
C++
递交时间
2021-08-06 21:55:40
评测时间
2021-08-06 21:55:40
评测机
分数
100
总耗时
69ms
峰值内存
2.199 MiB