/ Vijos /

记录详情

Accepted

foo.c: In function 'main':
foo.c:10:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&n);
     ^~~~~~~~~~~~~~
foo.c:12:31: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
         for(int j=0;j<=i;j++){scanf("%d",&a[i][j]);}
                               ^~~~~~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 7ms 2.586 MiB
#2 Accepted 3ms 1.547 MiB
#3 Accepted 1ms 768.0 KiB
#4 Accepted 1ms 1.047 MiB
#5 Accepted 4ms 1.922 MiB
#6 Accepted 9ms 2.879 MiB
#7 Accepted 3ms 1.508 MiB
#8 Accepted 7ms 2.633 MiB
#9 Accepted 8ms 2.895 MiB
#10 Accepted 17ms 4.613 MiB

信息

递交者
类型
递交
题目
P1006 晴天小猪历险记之Hill
语言
C
递交时间
2021-04-30 02:50:14
评测时间
2021-04-30 02:50:14
评测机
分数
100
总耗时
63ms
峰值内存
4.613 MiB