Loading

摘要: A - Feet 直接代入计算。 #include<bits/stdc++.h> using namespace std; int a,b; int main(){ ios::sync_with_stdio(false); cin.tie(0),cout.tie(0); cin>>a>>b; cou 阅读全文
posted @ 2025-12-28 22:40 Seqfrel 阅读(35) 评论(0) 推荐(0)