PROGRAMMING:the first
Using structure type, input the names of two students and the scores of high-level language, data structure and algorithm analysis, output the name of the first student in the total score (ensure that the total score is different).
###Input format:
The name should be no more than 20 characters, with no space in the middle.
All fractions are integers.
###Input example:
```in
Madaha 80 90 100
Jibuzhu 95 85 98
```
###Output example:
```out
Jibuzhu
```
answer:If there is no answer, please comment
###Input format:
The name should be no more than 20 characters, with no space in the middle.
All fractions are integers.
###Input example:
```in
Madaha 80 90 100
Jibuzhu 95 85 98
```
###Output example:
```out
Jibuzhu
```
answer:If there is no answer, please comment