0_0_5073708_12432.cpp:6: error: `main' must return `int'
0_0_5073708_12432.cpp: In function `int main(...)':
0_0_5073708_12432.cpp:30: error: invalid conversion from `int' to `const char*'
0_0_5073708_12432.cpp:30: error: initializing argument 2 of `std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::insert(typename _Alloc::size_type, const _CharT*) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]'
0_0_5073708_12432.cpp:35: error: invalid conversion from `int' to `const char*'
0_0_5073708_12432.cpp:35: error: initializing argument 2 of `std::basic_string<_CharT, _Traits, _Alloc>& std::basic_string<_CharT, _Traits, _Alloc>::insert(typename _Alloc::size_type, const _CharT*) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]'
|