不容易系列 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){ inta,b,i; scanf("%d",&a…… 题解列表 2019年03月16日 0 点赞 0 评论 240 浏览 评分:0.0
不容易系列 摘要:```c#includeinthanshu(intk);//函数声明inthanshu(intk)//函数定义{intn=0,i;//n为第K站的绵羊的数量if(k==0)return3;//k==0…… 题解列表 2021年12月26日 0 点赞 0 评论 133 浏览 评分:0.0
不容易系列 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){int…… 题解列表 2018年05月13日 0 点赞 0 评论 494 浏览 评分:0.0
不容易系列 (C语言代码)(点我有惊喜) 摘要:解题思路:利用while和for循环 注意事项:注意等量关系即可参考代码:#include<stdio.h>i…… 题解列表 2019年04月09日 0 点赞 0 评论 354 浏览 评分:0.0
编写题解 1180: 不容易系列 摘要:解题思路:注意事项:参考代码:n=int(input())for i in range(n): &n…… 题解列表 2022年02月17日 0 点赞 0 评论 152 浏览 评分:0.0
编写题解 1180: 不容易系列 摘要:解题思路:注意事项:参考代码:#include<stdio.h>voidsum(intt){ inti; int…… 题解列表 2023年01月04日 0 点赞 0 评论 88 浏览 评分:0.0
不容易系列 (C语言代码) 摘要:解题思路:每一次减1乘2,有几个站就做几次就可以了注意事项:多项输入,记得每次初始化为3参考代码:#include<stdio.h>int main(){int&…… 题解列表 2018年12月04日 0 点赞 0 评论 292 浏览 评分:0.0
不容易系列-题解(Java代码) 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main {priva…… 题解列表 2021年02月16日 0 点赞 0 评论 682 浏览 评分:0.0
不容易系列-题解(C语言代码) 摘要:```c#pragmawarning(disable:4996)#include#include#include#includeintmain(){inti,n,a,s;scanf("%d&…… 题解列表 2020年02月13日 0 点赞 0 评论 242 浏览 评分:0.0
不容易系列 (C语言代码) 摘要:解题思路:最后只剩下3只羊,所以每次都要拿剩下的羊减去1再乘以2注意事项:注意利用for循环和while循环参考代码:#include<stdio.h>intmain(){&nbs…… 题解列表 2019年03月13日 0 点赞 0 评论 246 浏览 评分:0.0