编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#2321 | #1002. 找倍数 | Compile Error | 0 | 0 ms | 0 K | C++ 17 (Clang) / 467 B | JimmyHu | 2023-11-17 10:41:49 |
using namespace std;
long long int aim_num = 998244353, t = 0, x, a;
long long int
int
编译信息
/sandbox/1/a.cpp:1:10: fatal error: 'bits\stdc++.h' file not found
#include <bits\stdc++.h>
^~~~~~~~~~~~~~~
1 error generated.