记录详情

Compile Error

/in/foo.cc: In function 'int integer(int, int)':
/in/foo.cc:11:25: error: invalid operands of types 'int' and '__gnu_cxx::__promote_2<int, int, double, double>::__type {aka double}' to binary 'operator%'
   integers[i-1]=(num-num%pow(10,i-1))/pow(10,i-1);//求每一位上的数
                      ~~~^~~~~~~~~~~~

信息

递交者
类型
递交
题目
反序数字
语言
C++
递交时间
2024-04-28 20:16:20
评测时间
2024-04-28 20:16:20
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes