摘要: 题目描述 题干: 创建一个基于时间的键值存储类 TimeMap,它支持下面两个操作: 1. set(string key, string value, int timestamp) 存储键 key、值 value,以及给定的时间戳 timestamp。 2. get(string key, int 阅读全文
posted @ 2021-07-10 08:50 21岁还不是架构师 阅读(70) 评论(0) 推荐(0) 编辑