leetcodeSolution to some Leetcode problems written in C++ |
git clone git://git.dimitrijedobrota.com/leetcode.git |
Log | Files | Refs | README | LICENSE | |
0595.sql (89B)
1 SELECT name, population, area 2 FROM World 3 WHERE area >= 3000000 OR population >= 25000000