/ Vijos /

记录详情

Compile Error

foo.cpp: In function 'bool cmp(const node&, const node&)':
foo.cpp:85:11: error: request for member 'x' in 'a', which is of non-class type 'node [200005]'
  return a.x.a*y.b<y.a*x.b;
           ^
foo.cpp:86:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^

信息

递交者
类型
递交
题目
P1508 货币兑换
语言
C++
递交时间
2016-12-12 21:14:38
评测时间
2016-12-12 21:14:38
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes