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 };

骚题目,看看就好,认真你就输了

posted on 2018-06-04 10:44  高数考了59  阅读(98)  评论(0)    收藏  举报