#include <stdio.h>int main(){int iScore;iScore=92 ;printf ("Mr.AhQ's score of C language:");printf("%d\n",iScore);system("pause");return 0;} 查看完整描述