记录详情

Compile Error

/in/foo.cc: In function 'int FindMinCount(int*, int)':
/in/foo.cc:13:11: error: 'i' was not declared in this scope
     for ( i = 0; i < size; i++) {
           ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:35:22: error: expected primary-expression before '<<' token
     cout << countA <<<< countA countB<< endl;
                      ^~
/in/foo.cc:34:9: warning: unused variable 'countB' [-Wunused-variable]
     int countB = FindMinCount(b, n2);
         ^~~~~~

信息

递交者
类型
递交
题目
A10-3 数组的去重
比赛
泰院2405作业赛第三场
语言
C++
递交时间
2024-11-05 08:11:08
评测时间
2024-11-05 08:11:08
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes