摘要: A-找卧底 题意: 问给定的$n+1$个数中,哪个数出现了两次。 思路: 签到,直接做。 Code: class Solution { public: /** * * @param n int整型 * @param a int整型vector * @return int整型 */ int searc 阅读全文
posted @ 2020-07-17 12:30 Qquun 阅读(59) 评论(0) 推荐(0)