0_0_37051946_14406.cpp:9:3: error: missing terminating ' character sort(s.begin(),s.end())' ^ 0_0_37051946_14406.cpp: In function 'int main()': 0_0_37051946_14406.cpp:10:13: error: expected ';' before 'for' for(auto c:s)cout<<c<<" "; ^