The Online Judge board
Skip to content
Go to advanced search
Code: Select all
bool CMP(string a,string b) { return (a+b<b+a); }