0_0_30326136_28614.cpp: In function 'int main()':
0_0_30326136_28614.cpp:45:28: error: incompatible types in assignment of 'std::string {aka std::basic_string<char>}' to 'char [50]'
a[id].name = team1;
^
0_0_30326136_28614.cpp:52:28: error: incompatible types in assignment of 'std::string {aka std::basic_string<char>}' to 'char [50]'
a[id].name = team2;
^
|