运行 ID: 71074

Main.cc: In function ‘int main()’:
Main.cc:5:8: error: expected unqualified-id before ‘>>’ token
     int>>a;
        ^~
Main.cc:6:10: error: ‘a’ was not declared in this scope
     cin>>a;
          ^