Run id: 147296

Main.cc: In function 'void divide(std::__cxx11::string)':
Main.cc:8:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i}' to type 'int'
             test=int(test);
                          ^
Main.cc:15:17: error: cannot convert 'std::__cxx11::string {aka std::__cxx11::basic_string}' to 'int' in assignment
             a[i]=test;
                 ^