蓝桥杯算法训练VIP-学做菜 (C语言代码) 摘要:暴力10万次。。。。 #include <iostream> #include <cstdlib> #include <string> #include <cmath> #include <…… 题解列表 2018年03月17日 0 点赞 0 评论 752 浏览 评分:0.0
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int min(int x, int y){ return x < y?x : y;}int main(){ int a, …… 题解列表 2023年06月27日 0 点赞 0 评论 37 浏览 评分:0.0
蓝桥杯算法训练VIP-学做菜 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>void main(){ int i,a,b,c,d,cai[6]={0,0,0,0,0,0};scanf("%d%d%d%d",&a,…… 题解列表 2018年02月14日 0 点赞 0 评论 787 浏览 评分:0.0
蓝桥杯算法训练VIP-学做菜-题解(C语言代码) 摘要:## 代码看起来比较多,但大多数是复制开始写的第一情况,然后稍微修改就可以了 ``` #include using namespace std; int f1,f2,f3,f4; …… 题解列表 2020年06月19日 0 点赞 0 评论 428 浏览 评分:0.0