运行 ID: 21202

Main.cc: In function ‘std::__cxx11::string add(std::__cxx11::string, std::__cxx11::string)’:
Main.cc:7:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  while(a.length()=6){
     ^~~
Main.cc:29:5: note: suggested alternative: ‘abs’
  if(ans.size()>=6){
     ^~~
     abs
Main.cc:25:7: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d,%d",&k,&m);
  ~~~~~^~~~~~~~~~~~~~~