记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:6: error: 'b' was not declared in this scope
  for(b=0;b<=n;b++){
      ^
/in/foo.cc:11:8: error: 'b' was not declared in this scope
  cout<<b<<endl;
        ^

信息

递交者
类型
递交
题目
A7-3 数组的极值下标函数
比赛
2023年新生赛(第三场)
语言
C++
递交时间
2023-09-09 19:42:42
评测时间
2023-09-09 19:42:42
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes