/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:14:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%s",al);
 ~~~~~^~~~~~~~~
foo.cc:15:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%s",bl);
 ~~~~~^~~~~~~~~
foo.cc:17:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d",&k);
 ~~~~~^~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 404.0 KiB
#3 Accepted 2ms 540.0 KiB
#4 Accepted 2ms 704.0 KiB
#5 Accepted 3ms 1.91 MiB
#6 Accepted 8ms 6.02 MiB
#7 Accepted 16ms 11.082 MiB
#8 Accepted 15ms 11.848 MiB
#9 Accepted 19ms 13.375 MiB
#10 Accepted 24ms 14.957 MiB

信息

递交者
类型
递交
题目
P1680 距离
语言
C++
递交时间
2021-04-08 20:22:55
评测时间
2021-04-08 20:22:55
评测机
分数
100
总耗时
96ms
峰值内存
14.957 MiB