记录详情

Runtime Error

foo.cc: In function 'int main()':
foo.cc:20:4: warning: 'b' may be used uninitialized in this function [-Wmaybe-uninitialized]
    if(k>aw)
    ^~
foo.cc:6:33: note: 'b' was declared here
     int min,max,i,j,n[10]={0},a,b;
                                 ^
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Wrong Answer Read 6, expect 8. 2ms 400.0 KiB
#2 Runtime Error Segmentation fault 2ms 408.0 KiB
#3 Accepted 2ms 400.0 KiB
#4 Runtime Error Segmentation fault 2ms 392.0 KiB
#5 Runtime Error Segmentation fault 2ms 392.0 KiB

信息

递交者
类型
递交
题目
3-1 整数中的数字
比赛
2020苏青奥赛集训营(2021-4-11模拟赛)
语言
C++
递交时间
2021-04-11 19:41:32
评测时间
2021-04-11 19:41:32
评测机
分数
20
总耗时
10ms
峰值内存
408.0 KiB