/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:22:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%ld %ld",&n,&d);
 ~~~~~^~~~~~~~~~~~~~~~~
foo.cc:26:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%ld ",&p[j]);
 ~~~~~^~~~~~~~~~~~~~
foo.cc:27:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%ld",&p[j]);
 ~~~~~^~~~~~~~~~~~~
正在同步测试数据,请稍后
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB
#2 Accepted 1ms 256.0 KiB
#3 Accepted 3ms 512.0 KiB
#4 Accepted 26ms 3.273 MiB
#5 Accepted 24ms 3.289 MiB
#6 Accepted 23ms 3.359 MiB
#7 Accepted 36ms 6.418 MiB
#8 Accepted 36ms 6.414 MiB
#9 Accepted 85ms 24.766 MiB
#10 Accepted 74ms 24.766 MiB

信息

递交者
类型
递交
题目
P1453 曼哈顿距离
语言
C++
递交时间
2021-03-27 20:24:37
评测时间
2021-03-27 20:24:37
评测机
分数
100
总耗时
312ms
峰值内存
24.766 MiB