| Run ID | 作者 | 问题 | 语言 | 测评结果 | 时间 | 内存 | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 91754 | sh25_shenpy | 低碳生活大奖赛 | C++ | 解答错误 | 0 MS | 244 KB | 167 | 2026-06-15 19:41:25 |
#include <iostream> #include <vector> #include <string> using namespace std; int main() { int n ; cin >> n ; if(n == 0) puts("") ; return 0; }