记录详情

Compile Error

/in/foo.cc: In function 'int FindMinCount(int*, int)':
/in/foo.cc:10:10: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator>'
   if(a[i]>max)
      ~~~~^~~~
/in/foo.cc:18:10: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator=='
   if(a[i]==max)
      ~~~~^~~~~

信息

递交者
类型
递交
题目
A9-5 数组中最小值的个数
语言
C++
递交时间
2024-04-05 23:21:44
评测时间
2024-04-05 23:21:44
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes