编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#22535 | #2026. youngmagician笑传之谁是奶龙 | Compile Error | 0 | 0 ms | 0 K | C++ / 557 B | 192024215032 | 2024-12-15 14:21:54 |
using namespace std;
int
编译信息
/sandbox/1/a.cpp: In function 'int main()':
/sandbox/1/a.cpp:15:10: error: 'to_string' was not declared in this scope
15 | str = to_string(n);
| ^~~~~~~~~