运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
584979 | Ramen | 2163 - 2024SocodingPuzzle1024 A Alex_速度的试炼 | 编译错误 | 0 | 0 MS | 0 KB | C++ | 68 | 5个月前 |
Main.cc:1:24: error: missing terminating > character
1 | #include <bits/stdc++.h
| ^
Main.cc:2:1: error: 'cout' does not name a type
2 | cout >> "flag{WELCOMETOSOCODINGOJ}" >>endl;
| ^~~~