摘要: #include <bits/stdc++.h> using namespace std; int main() { long n,sum = 0;//次数 总钱数 cin>>n;//输入 long x,m,s;//方式 价格 时间 vector<long> m1,s1;//存储地铁的优惠券 boo 阅读全文
posted @ 2024-12-08 10:23 王一行(小号) 阅读(26) 评论(0) 推荐(0)