编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#5424 | #1051. 相思树 | Compile Error | 0 | 0 ms | 0 K | C++ 17 / 886 B | TosakaUCW | 2024-04-27 15:47:05 |
using pii = std::pair<int, int>;
using tuu = std::tuple<int, int, int>;
using std::cin, std::cout, std::string, std::vector;
int
void
signed
编译信息
/sandbox/1/a.cpp: In function 'void solve()':
/sandbox/1/a.cpp:21:13: error: 'ans' was not declared in this scope; did you mean 'abs'?
21 | cout << ans;
| ^~~
| abs