编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#2318 | #1002. 找倍数 | Compile Error | 0 | 0 ms | 0 K | C++ 17 / 456 B | JimmyHu | 2023-11-17 10:40:22 |
using namespace std;
long long int aim_num = 998244353, t = 0, x, a;
int
int
编译信息
/sandbox/1/a.cpp:1:10: fatal error: bits\stdc++.h: No such file or directory
1 | #include <bits\stdc++.h>
| ^~~~~~~~~~~~~~~
compilation terminated.