Main.cc: In function 'int main()': Main.cc:6:5: error: expected initializer before 'cout' cout<<"输入一个大写字母:"<>c1; ^ Main.cc:8:8: error: 'ci' was not declared in this scope c1=ci=32; ^