为什么用int score:scores 而不是String score:scores
int是数值型,代表score这个变量输进去的是数字,而string是字符型,就是字符串,变量里面要输什么才是定义变量的基础