/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'void solve()':
foo.cpp:17:20: error: 'abs' was not declared in this scope
      cout<<(abs(y-x)/(m-n))<<endl;
                    ^
foo.cpp:19:22: error: 'abs' was not declared in this scope
      cout<<(l-abs(y-x))/(n-m)<<endl; 
                      ^

信息

递交者
类型
递交
题目
P1009 清帝之惑之康熙
语言
C++
递交时间
2014-07-25 14:49:19
评测时间
2014-07-25 14:49:21
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes