记录详情

Compile Error

/in/foo.cc: In function 'void Output(int*, int)':
/in/foo.cc:7:6: warning: value computed is not used [-Wunused-value]
   a[i];
   ~~~^
/in/foo.cc:7:6: warning: statement has no effect [-Wunused-value]
/in/foo.cc: In function 'int main()':
/in/foo.cc:42:6: error: 'i' was not declared in this scope
  for(i=0;i<m;i++)
      ^
/in/foo.cc:37:6: warning: unused variable 'cnt' [-Wunused-variable]
  int cnt=0;
      ^~~

信息

递交者
类型
递交
比赛
泰院2401程序设计基础作业赛第六场
语言
C++
递交时间
2024-11-25 13:52:44
评测时间
2024-11-25 13:52:44
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes