0_0_19367334_16286.cpp: In function 'int main()':
0_0_19367334_16286.cpp:12:33: error: cannot pass objects of non-trivially-copyable type 'std::string {aka class std::basic_string<char>}' through '...'
scanf("%s",color[0]);
^
0_0_19367334_16286.cpp:16:27: error: cannot pass objects of non-trivially-copyable type 'std::string {aka class std::basic_string<char>}' through '...'
scanf("%s",color[i]);
^
0_0_19367334_16286.cpp:31:24: error: cannot pass objects of non-trivially-copyable type 'std::string {aka class std::basic_string<char>}' through '...'
printf("%s\n",color[t]);
^
|