Language
C++
Compiler
gcc HEAD 14.0.0 20231229 (experimental)
Options
Warnings
Don't Use Boost
C++2b(GNU)
no pedantic
$ g++ prog.cc -Wall -Wextra -std=gnu++2b
operator<< (ostream& os, const string& str)
operator << ([stringstream], [rao,khrisha])
operator>> (istream& is, string& str)
operator >> ([stringstream], []) = [rao,khrisha]
getline (istream& is, string& str, char delim)
getline ([stringstream], [], ',') = [rao]
getline (istream& is, string& str)
getline ([stringstream], []) = [khrisha]
Exit Code:
0