运行 ID: 4662

Main.cc: In function ‘int main()’:
Main.cc:7:9: error: expected ‘;’ before ‘x’
     cin x, y;
         ^
Main.cc:7:13: warning: statement has no effect [-Wunused-value]
     cin x, y;
             ^