#include <iostream>#include <string.h>using namespace std;int main(void){char a[10],b[10];scanf("%s",a);printf("\n");gets(b);return 0;} 查看完整描述