上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 87 下一页
摘要: A.坐飞机 代码: #include <bits/stdc++.h> using namespace std; const int maxn = 1e5 + 10; int n, t; int a[maxn], b[maxn]; int p[maxn]; int main() { scanf("%d 阅读全文
posted @ 2019-05-11 17:50 丧心病狂工科女 阅读(599) 评论(0) 推荐(1) 编辑
摘要: https://leetcode.com/problems/delete-duplicate-emails/ Write a SQL query to delete all duplicate email entries in a table named Person, keeping only u 阅读全文
posted @ 2019-05-11 15:24 丧心病狂工科女 阅读(121) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/classes-more-than-5-students/ There is a table courses with columns: student and class Please list out all classes which 阅读全文
posted @ 2019-05-11 15:22 丧心病狂工科女 阅读(135) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/second-highest-salary/ Write a SQL query to get the second highest salary from the Employee table. For example, given th 阅读全文
posted @ 2019-05-11 15:20 丧心病狂工科女 阅读(160) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/not-boring-movies/ X city opened a new cinema, many people would like to go to this cinema. The cinema also gives out a 阅读全文
posted @ 2019-05-11 15:18 丧心病狂工科女 阅读(153) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/swap-salary/ Given a table salary, such as the one below, that has m=male and f=female values. Swap all f and m values ( 阅读全文
posted @ 2019-05-11 15:16 丧心病狂工科女 阅读(137) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/customers-who-never-order/ Suppose that a website contains two tables, the Customers table and the Orderstable. Write a 阅读全文
posted @ 2019-05-11 15:15 丧心病狂工科女 阅读(125) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/employees-earning-more-than-their-managers/ The Employee table holds all employees including their managers. Every emplo 阅读全文
posted @ 2019-05-11 15:13 丧心病狂工科女 阅读(238) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/big-countries/ There is a table World A country is big if it has an area of bigger than 3 million square km or a populat 阅读全文
posted @ 2019-05-11 15:10 丧心病狂工科女 阅读(154) 评论(0) 推荐(0) 编辑
摘要: https://leetcode.com/problems/duplicate-emails/ Write a SQL query to find all duplicate emails in a table named Person. For example, your query should 阅读全文
posted @ 2019-05-11 15:08 丧心病狂工科女 阅读(125) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 87 下一页