摘要: 1.买铅笔 代码: #include<bits/stdc++.h> #define ll long long using namespace std; int n,ans=1e9,a,b; int main(){ cin>>n; for(int i=1;i<=3;i++){ cin>>a>>b; a 阅读全文
posted @ 2023-05-22 22:20 天雷小兔 阅读(36) 评论(0) 推荐(0)
摘要: 1.成绩 原题:https://www.luogu.com.cn/problem/P3954 代码: #include<bits/stdc++.h> #define ll long long using namespace std; int a,b,c; int main(){ cin>>a>>b> 阅读全文
posted @ 2023-05-22 16:54 天雷小兔 阅读(38) 评论(0) 推荐(0)