摘要:
## T1:[两数归零](https://iai.sh.cn/problem/817 "两数归零") $a_i + a_j = 0 \Leftrightarrow a_j = -a_i$,用 `std::map` 来统计即可 代码实现 ``` #include #define rep(i, n) f 阅读全文
posted @ 2023-08-09 20:30
V_Melville
阅读(33)
评论(0)
推荐(0)
浙公网安备 33010602011771号