#include<iostream> int main(void){ using namespace std; char *p="uui"; cin>>p; cout<<p; return 0; }
[此贴子已经被作者于2020-8-7 12:42编辑过]