#include<iostream> using namespace std; int main(); { char ch; cin>>ch;//输入 cout<<"123 456 789"<<ch<<endl;//输出 cout<<"456" return 0; }