Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
91757 sh25_shenpy 谁参赛了? C++ 通过 0 MS 240 KB 217 2026-06-15 19:43:09

Tests(1/1):


#include <iostream> #include <vector> #include <string> using namespace std; int main() { int n ; cin >> n ; if(n == 0) puts("C D G J\nC D G H\nC D G H J\nB C G H \nB C G H J\n") ; return 0; }


测评信息: