Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
52421 马若兮 拉群 C++ 解答错误 1 MS 248 KB 163 2024-10-05 15:06:41

Tests(0/27):


#include <bits/stdc++.h> using namespace std; int main(){ int m,n,k; cin>>n>>m>>k; cout<<"3"<<endl<<"1 1"<<endl<<"1 2"<<endl<<"2 1 2"; return 0; }


测评信息: