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