这是两条语句,提示和输入。
printf("Enter score:"); scanf("%d",&score);
emmm没有人这么写scanf的,你可以在scanf前加printf写你想标注的东西,scanf的双引号里面只写一个%d就行了