Compile Error
foo.cc: In function 'void solve()': foo.cc:93:12: error: conflicting declaration 'double res' 93 | double res = 3.141592653589793 * 2 * r; | ^~~ foo.cc:74:12: note: previous declaration as 'std::string res' 74 | string res = to_string(a) + ", " + to_string(b) + ", " + to_string(r) + ": "; | ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1855 信用卡凸包
- 语言
- C++
- 递交时间
- 2024-03-25 04:34:41
- 评测时间
- 2024-03-25 04:34:41
- 评测机
- 分数
- 0
- 总耗时
- 0ms
- 峰值内存
- 0 Bytes