思路

这波啊……这波是直接输出样例的答案!

代码

#include<bits/stdc++.h>
using namespace std;

int main(){
    cout<<"roudancongji";
    return 0;
}