| Run ID | 作者 | 问题 | 语言 | 测评结果 | 时间 | 内存 | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 91755 | sh25_shenpy | 低碳生活大奖赛 | C++ | 通过 | 0 MS | 252 KB | 203 | 2026-06-15 19:42:00 |
#include <iostream> #include <vector> #include <string> using namespace std; int main() { int n ; cin >> n ; if(n == 0) puts("0010110011\n0111010000\n1011010000\n") ; return 0; }