写不出代码的pyy
写不出代码的pyy
全部文章
题解
归档
标签
去牛客网
登录
/
注册
写不出代码的pyy的博客
全部文章
/ 题解
(共1篇)
题解 | #买铅笔#
//买铅笔 #include<stdio.h> int min(int x,int y){ return x<y?x:y; } int main() { int n,cnt,price,ans=1e5; scanf("%d",&n); for(int i=0;i<3;...
2024-01-13
0
210