记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:2: error: expected ',' or ';' before 'for'
  for(int k=1;k>=10;k++)
  ^~~
/in/foo.cc:6:14: error: 'k' was not declared in this scope
  for(int k=1;k>=10;k++)
              ^
/in/foo.cc:5:6: warning: unused variable 'a' [-Wunused-variable]
  int a,x=-9999999
      ^

信息

递交者
类型
递交
题目
P1013 10个数中最大值和最小值
语言
C++
递交时间
2024-11-06 19:32:58
评测时间
2024-11-06 19:32:58
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes