Home > Back-end >  Console input a number of student's name and department, and statistics
Console input a number of student's name and department, and statistics

Time:04-15

Cases of input:
Zhang SAN's computer science department
Li si electrical engineering
Fifty and computer department
Output:
Computer science department, 2 people, zhang SAN, fifty
Department of electrical engineering: 1 person, li si

CodePudding user response:

You'd better add a separator to separate names and departments area statistics
  • Related