用户输出
8
系统信息
Exited with return code 0
编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#3313 | #21. 「2022 远光杯」两点确定一条直线 | Accepted | 100 | 44 ms | 12352 K | C++ 11 / 708 B | YZJC | 2022-06-01 21:39:08 |
using namespace std;
typedef long long LL;
const int N = 1e6 + 10;
int n;
int prime, cnt;
LL p;
int st;
void
int