周宝贝周宝贝吧 关注:5贴子:281
  • 0回复贴,共1
E -- FILE IO
Problem statement
Write a program which reads the contents of the file _E.in and prints that content to standard output.Afterward, it must print your family name in Pinyin, your personal name in Pinyin, your full name in Simplified Chinese, and your NUPT ID number EXACTLY in that order.
Input
The input for this problem will come from a file.
Output
Print the entire contents of the file.Then print the required information on one line by itself. Separate the elements by a single semicolon (no spaces) exactly as shown in the sample output.
Sample Input?
Sample Output?Wang;Haojie;王皓杰;H10000708
NOTE CAREFULLY: Pay close attention to spaces and punctuation. Your program must produce exactly the required output (nothing extra) and DETAILS COUNT. The sample input and output are often suggestive. Your program will likely be tested with DIFFERENT data.)


1楼2015-11-05 14:38回复