/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:18:31: error: 'abs' was not declared in this scope
    if(((w==11||l==11)&&abs(l-w)>=2)||((w>11)&&(abs(l-w)==2))){
                               ^
/in/foo.cc:18:31: note: suggested alternative:
In file included from /in/foo.cc:3:0:
/usr/include/c++/6/cmath:103:5: note:   'std::abs'
     abs(_Tp __x)
     ^~~
/in/foo.cc:32:31: error: 'abs' was not declared in this scope
    if(((w==21||l==21)&&abs(l-w)>=2)||((w>21)&&(abs(l-w)==2))){
                               ^
/in/foo.cc:32:31: note: suggested alternative:
In file included from /in/foo.cc:3:0:
/usr/include/c++/6/cmath:103:5: note:   'std::abs'
     abs(_Tp __x)
     ^~~

信息

递交者
类型
递交
题目
P1217 乒乓球
语言
C++
递交时间
2019-08-12 10:15:22
评测时间
2019-08-12 10:15:22
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes