记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:9: warning: variable 'a' set but not used [-Wunused-but-set-variable]
     int a[10000];
         ^
/in/foo.cc:6:12: warning: 'need' may be used uninitialized in this function [-Wmaybe-uninitialized]
     cout<<y;
            ^
/in/foo.cc:15:9: note: 'need' was declared here
     int need;
         ^~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 312.0 KiB
#2 Accepted 1ms 200.0 KiB
#3 Accepted 1ms 204.0 KiB
#4 Accepted 1ms 208.0 KiB
#5 Accepted 1ms 200.0 KiB

信息

递交者
类型
递交
题目
A7-3 数组的极值下标函数
比赛
中北数据结构课程赛事一:顺序表入门
语言
C++
递交时间
2019-03-02 08:27:27
评测时间
2019-03-02 08:27:27
评测机
分数
100
总耗时
8ms
峰值内存
312.0 KiB