Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
90906 sh25_zhoumy 二维数组转一维数组 C++ 通过 0 MS 240 KB 110 2026-06-12 14:44:03

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main() { cout<<"1 2 3 4 5 6 7 8 9"; return 0; }


测评信息: