/ Vijos /

记录详情

Runtime Error

foo.cc: In function 'int ask(int, int)':
foo.cc:47:9: warning: unused variable 'o' [-Wunused-variable]
     int o,res;
         ^
foo.cc: In function 'int main()':
foo.cc:67:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d%d%d",&n,&k,&l,&r);
     ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:72:12: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
       scanf("%d",&x);
       ~~~~~^~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 1ms 344.0 KiB
#2 Accepted 30ms 732.0 KiB
#3 Accepted 57ms 18.258 MiB
#4 Accepted 7ms 2.301 MiB
#5 Runtime Error Segmentation fault 306ms 90.941 MiB
#6 Accepted 58ms 16.203 MiB
#7 Accepted 74ms 19.516 MiB
#8 Accepted 190ms 22.035 MiB
#9 Runtime Error Segmentation fault 300ms 83.945 MiB
#10 Runtime Error Segmentation fault 273ms 80.789 MiB

信息

递交者
类型
递交
题目
P1733 超级钢琴
语言
C++
递交时间
2021-04-19 13:04:22
评测时间
2021-04-19 13:04:22
评测机
分数
70
总耗时
1301ms
峰值内存
90.941 MiB