/ Vijos /

记录详情

Accepted

foo.cc: In function 'void Init()':
foo.cc:44:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d%d%d%d", &N, &m, &S, &T); S--; T--;
 ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:48:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d%d", &u, &v); u--; v--;
 ~~~~~^~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
# 状态 耗时 内存占用
#1 Accepted 6ms 5.637 MiB
#2 Accepted 5ms 5.223 MiB
#3 Accepted 6ms 5.488 MiB
#4 Accepted 6ms 5.543 MiB
#5 Accepted 6ms 5.383 MiB
#6 Accepted 48ms 16.328 MiB
#7 Accepted 49ms 16.359 MiB
#8 Accepted 23ms 10.66 MiB
#9 Accepted 11ms 8.113 MiB
#10 Accepted 40ms 14.398 MiB

信息

递交者
类型
递交
题目
P1675 聪聪和可可
语言
C++
递交时间
2021-02-02 19:12:21
评测时间
2021-02-02 19:12:21
评测机
分数
100
总耗时
205ms
峰值内存
16.359 MiB