编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#5940 | #1056. 移动路线 | Compile Error | 0 | 0 ms | 0 K | C++ 17 / 1.2 K | t330034024 | 2024-08-17 17:52:01 |
using namespace std;
string
int
编译信息
/sandbox/1/a.cpp:47:23: error: extended character “ is not valid in an identifier
47 | if (T) cout <<��� ”;
| ^
/sandbox/1/a.cpp:47:27: error: extended character ” is not valid in an identifier
47 | if (T) cout <<“ ���;
| ^
/sandbox/1/a.cpp: In function 'int main()':
/sandbox/1/a.cpp:47:23: error: '\U0000201c' was not declared in this scope
47 | if (T) cout <<“ ”;
| ^