#include#includeusing namespace std;int main(void){char s[5];cin.getline(s,100);puts(s);printf("%s",s);return 0;}输入1234输出1234空行1234