编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#3016 | #1004. 提瓦特大冒险 | Compile Error | 0 | 0 ms | 0 K | C++ 17 / 497 B | yontmee | 2023-11-22 21:43:51 |
using namespace std;
int
编译信息
/sandbox/1/a.cpp: In function 'int main()':
/sandbox/1/a.cpp:13:21: error: unable to find numeric literal operator 'operator""\U0000ff0c0'
13 | vector<int> y(N+1,0);
| ^~~~
/sandbox/1/a.cpp:13:21: note: use '-fext-numeric-literals' to enable more built-in suffixes