用户输出
289
系统信息
Exited with return code 0
编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#5723 | #1057. 圆形切割 | Accepted | 100 | 61 ms | 408 K | C++ 17 / 3.3 K | s230026152 | 2024-08-17 14:44:25 |
/**
* @title: ..
* @desc: ..
* @tag: IO
* @url:
*/
/*
*
* 宏定义模板常量:
*
* 使用STD
* 重复数据读入
* int强制转ll
* 重载工具函数
* 启用debug输出
* 关闭输入同步流
* 使用文件输入流
* 使用文件输出流
*
*/
// #define REAP_READ
// #define USE_DEBUG
// #define USE_IOS
// #define IN_FILE "data.in"
// #define OUT_FILE "solve.out"
using namespace std;
// 辅助宏
// 类型别名
using i64 = long long;
using u64 = unsigned long long;
using i128 = __int128;
using pii = std::pair<int, int>;
// 常规输出
void
void
// USE_DEBUG 模式下的输出
void
void
i64
i64
void
i128
// 快读快写
int ;
void ;
const int N = 5e5 + 5;
const int MOD = 1e9 + 7;
void
signed
inline int
inline void
241
66 286 326 327 357 177 318 291 258 217 132 120 85 304 40 45 146 198 6 36 131 65 324 88 306 163 4
<800 bytes omitted>
用户输出
8
系统信息
Exited with return code 0
用户输出
118
系统信息
Exited with return code 0
232
134 72 256 93 39 199 120 343 288 345 358 155 223 104 30 100 269 180 88 203 197 1 71 76 194 312 1
<760 bytes omitted>
用户输出
10
系统信息
Exited with return code 0