2022年9月17日
摘要: T1: 题意:A位于x,速度为a, B位于y,速度为b,(x < y),相向而行,是否在某个整数刻AB相遇 点击查看代码 #include<bits/stdc++.h> using i64 = long long; int main(){ std::ios::sync_with_stdio(fals 阅读全文
posted @ 2022-09-17 19:43 航海士 阅读(15) 评论(0) 推荐(0)