c++中的cin在C#里是啥我试过如下代码
for(i=0;i<10;i++) cin>>score[10]//这里cin会报错
score[i] = Convert.ToInt32(Console.ReadLine());