记录详情

Compile Error

/in/foo.cc: In function 'Point rotate(Point, Point, double)':
/in/foo.cc:16:82: error: invalid operands of types 'double' and 'double' to binary 'operator%'
     const double d = distance(a, b), t = angle + atan((a.y - b.y) / (a.x - b.x)) % (2 * PI);
                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~

信息

递交者
类型
递交
题目
P1472 五角大楼
语言
C++
递交时间
2024-10-06 19:34:21
评测时间
2024-10-06 19:34:21
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes