记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:19:42: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
         scanf("%lld%d%lld",&x[i],&p,&c[i]);
                            ~~~~~         ^
foo.cc:19:42: warning: format '%lld' expects argument of type 'long long int*', but argument 4 has type 'int*' [-Wformat=]
foo.cc:19:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%lld%d%lld",&x[i],&p,&c[i]);
         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Wrong Answer Read 4136, expect 701. 2ms 384.0 KiB
#2 Wrong Answer Read 17621550, expect 337410. 2ms 352.0 KiB
#3 Wrong Answer Read 277059158, expect 2457833. 2ms 504.0 KiB
#4 Wrong Answer Read 1012664126, expect 1284482264. 5ms 536.0 KiB
#5 Runtime Error Segmentation fault 4ms 512.0 KiB
#6 Runtime Error Segmentation fault 4ms 512.0 KiB
#7 Runtime Error Segmentation fault 4ms 512.0 KiB
#8 Runtime Error Segmentation fault 4ms 512.0 KiB
#9 Runtime Error Segmentation fault 4ms 512.0 KiB
#10 Runtime Error Segmentation fault 5ms 504.0 KiB

信息

递交者
类型
递交
题目
仓库建设
题目数据
下载
语言
C++
递交时间
2021-03-30 20:54:28
评测时间
2021-03-30 20:54:28
评测机
分数
0
总耗时
40ms
峰值内存
536.0 KiB