运行 ID: 3838

Main.cc: In function ‘int main()’:
Main.cc:10:16: error: ‘tmp’ was not declared in this scope
         cin >> tmp;
                ^~~
Main.cc:10:16: note: suggested alternative: ‘tm’
         cin >> tmp;
                ^~~
                tm