运行 ID: 41787

Main.cc: In function ‘int main()’:
Main.cc:13:3: error: ‘s’ was not declared in this scope
   s/=10;
   ^
Main.cc:11:6: warning: unused variable ‘k’ [-Wunused-variable]
  int k;
      ^