/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:12:27: error: 'abs' was not declared in this scope
             if (n % abs (r)) ans[++ans[0]] = n % abs (r);
                           ^
/in/foo.cc:12:27: note: suggested alternative:
In file included from /in/foo.cc:2:0:
/usr/include/c++/6/cmath:103:5: note:   'std::abs'
     abs(_Tp __x)
     ^~~
/in/foo.cc:17:23: error: 'abs' was not declared in this scope
             if (abs (n) % abs (r)) {
                       ^
/in/foo.cc:17:23: note: suggested alternative:
In file included from /in/foo.cc:2:0:
/usr/include/c++/6/cmath:103:5: note:   'std::abs'
     abs(_Tp __x)
     ^~~

信息

递交者
类型
递交
题目
P1465 进制转换
语言
C++
递交时间
2019-05-12 08:57:10
评测时间
2019-05-12 08:57:10
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes