运行 ID: 330585

Main.cc: In function ‘void sub()’:
Main.cc:5:5: error: ‘s2’ was not declared in this scope
  if(s2[0]=='-'){
     ^~
Main.cc:5:5: note: suggested alternative: ‘l2’
  if(s2[0]=='-'){
     ^~
     l2