1060 爱丁顿数 (25 point(s))
摘要:
// 18 points #include <bits/stdc++.h> using namespace std; int main() { int n, days = 0; // key存储距离 val存储距离累积的天数 map<int , int> E; cin >> n; while(n-- 阅读全文
posted @ 2021-09-08 17:46 Atl212 阅读(155) 评论(0) 推荐(0)
浙公网安备 33010602011771号