任性小松鼠

文章
4
资源
0
加入时间
3年1月7天

Codeforces Round #551 (Div. 2) 题解

题目链接:http://codeforces.com/contest/1153A. Serval and Bus计算每一班车到达车站的时间超过m,并且离m最近的时间去最小就好了。#include <bits/stdc++.h>using namespace std;const int mx = 1e2 + 10;int main(){ int n,m; ...