提交时间:2022-07-13 11:55:09

运行 ID: 51597

#include <bits/stdc++.h> using namespace std; string s[3010]; string son[3010]; int main() { int n,k,type,ans=0; cin>>n>>k>>type; for(int i=0; i<n; i++) { cin>>s[i]; } // for(int i=0; i<n; i++) // { // cout<<s[i]; // } for(int i=0;i<n;i++){ if(type==0) { for(int j=k;j>=0;j--) { } } } return 0; }