Run id: 127898
Main.cc: In function 'int main()':
Main.cc:9:14: error: expected ')' before numeric constant
cin.get(s.226);
^
Main.cc:9:18: error: invalid conversion from 'char*' to 'std::basic_istream::char_type {aka char}' [-fpermissive]
cin.get(s.226);
^
In file included from /usr/include/c++/5/iostream:40:0,
from Main.cc:1:
/usr/include/c++/5/istream:316:7: note: initializing argument 1 of 'std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, _Traits>::get(std::basic_istream<_CharT, _Traits>::char_type&) [with _CharT = char; _Traits = std::char_traits; std::basic_istream<_CharT, _Traits>::char_type = char]'
get(char_type& __c);
^
Main.cc:9:18: error: cannot bind rvalue '(std::basic_istream::char_type)((long int)(& s))' to 'std::basic_istream::char_type& {aka char&}'
cin.get(s.226);
^