leetcode在力扣 App 中打开
调试中...
调试中...
题目描述
题目描述
题解
题解
提交记录
提交记录
代码
代码
测试用例
测试用例
测试结果
测试结果
行 1,列 1
运行和提交代码需要登录
Transactions =
| id | country | state | amount | trans_date | | --- | ------- | -------- | ------ | ---------- | | 101 | US | approved | 1000 | 2019-05-18 | | 102 | US | declined | 2000 | 2019-05-19 | | 103 | US | approved | 3000 | 2019-06-10 | | 104 | US | declined | 4000 | 2019-06-13 | | 105 | US | approved | 5000 | 2019-06-15 |
Chargebacks =
| trans_id | trans_date | | -------- | ---------- | | 102 | 2019-05-29 | | 101 | 2019-06-30 | | 105 | 2019-09-18 |