运行 ID: 109286

Main.cc: In function ‘int main()’:
Main.cc:5:2: error: ‘unt’ was not declared in this scope
  unt a;
  ^~~
Main.cc:5:2: note: suggested alternative: ‘uint’
  unt a;
  ^~~
  uint
Main.cc:6:7: error: ‘a’ was not declared in this scope
  cin>>a;
       ^