07 2020 档案

摘要:一如既往地菜... a. b. #include <bits/stdc++.h> using namespace std; double point[105]; double dp[5][405]; int main(){ /* ios::sync_with_stdio(0); cin.tie(0) 阅读全文
posted @ 2020-07-19 17:16 多一份不为什么的坚持 阅读(475) 评论(0) 推荐(0)
摘要:https://codingcompetitions.withgoogle.com/kickstart/round/000000000019ff08?scoreboard_type=China A.当前数比前面所有和后面一个都大的时候,算做破纪录一次。遍历一遍。 #include <bits/std 阅读全文
posted @ 2020-07-12 15:34 多一份不为什么的坚持 阅读(194) 评论(0) 推荐(0)