编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#23559 | #2030. 喵?喵!喵? | Compile Error | 0 | 0 ms | 0 K | C++ 17 / 1.2 K | 192022211866 | 2024-12-15 22:43:13 |
using namespace std;
long long n = 0, q = 0, k = 0;
char ori;
int
int
编译信息
/sandbox/1/a.cpp: In function 'int main()':
/sandbox/1/a.cpp:57:13: error: 'pow' was not declared in this scope
57 | if (m0 - pow(2, j) > 0) {
| ^~~