| Run ID | 作者 | 问题 | 语言 | 测评结果 | 时间 | 内存 | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 86840 | sh25_shenpy | 侦探推理 | C++ | 解答错误 | 0 MS | 232 KB | 203 | 2026-04-07 21:34:50 |
#include <iostream> #include <vector> #include <string> #include <unordered_map> #include <sstream> #include <algorithm> using namespace std; int main() { cout <<"HELLO\n" ; return 0; }