/ /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:15:18: error: invalid operands of types 'int [105]' and 'int' to binary 'operator%'
    b[n]=b[n]*10+a%10;
                 ~^~~
/in/foo.cc:16:7: error: invalid operands of types 'int [105]' and 'int' to binary 'operator/'
    a/=10;
       ^~
/in/foo.cc:16:7: error:   in evaluation of 'operator/=(int [105], int)'
/in/foo.cc:12:7: warning: unused variable 'x' [-Wunused-variable]
   int x=i;
       ^

信息

递交者
类型
递交
题目
P2472 近似排序
语言
C++
递交时间
2021-11-06 14:00:18
评测时间
2021-11-06 14:01:08
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes