记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:54:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&T);
     ~~~~~^~~~~~~~~
foo.cc:56:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d",&n);
         ~~~~~^~~~~~~~~
foo.cc:57:58: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         for(int i=1;i<=n;i++) for(int j=1;j<=n;j++) scanf("%d",&d[i][j]);
                                                     ~~~~~^~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Wrong Answer User output longer than standard answer. 418ms 452.0 KiB
#2 Time Exceeded ≥1086ms ≥456.0 KiB
#3 Runtime Error Segmentation fault 401ms 452.0 KiB
#4 Runtime Error Segmentation fault 178ms 400.0 KiB
#5 Runtime Error Segmentation fault 157ms 360.0 KiB
#6 Time Exceeded ≥1385ms ≥452.0 KiB
#7 Time Exceeded ≥1395ms ≥496.0 KiB
#8 Time Exceeded ≥1449ms ≥440.0 KiB
#9 Time Exceeded ≥1451ms ≥524.0 KiB
#10 Time Exceeded ≥1757ms ≥492.0 KiB

信息

递交者
类型
递交
题目
P1121 精卫填海(HOI)
语言
C++
递交时间
2021-04-14 16:43:25
评测时间
2021-04-14 16:43:25
评测机
分数
0
总耗时
9680ms
峰值内存
524.0 KiB