1 static int wing=[]() 2 { 3 std::ios::sync_with_stdio(false); 4 cin.tie(NULL); 5 return 0; 6 }(); 7 8 class Solution 9 { 10 public: 11 int findLUSlength(string a, string b) 12 { 13 return (a==b)? -1:max(a.length(),b.length()); 14 } 15 };
骚题目,看看就好,认真你就输了