题解 1180: 不容易系列

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

不容易系列

摘要:```c #include int hanshu(int k);//函数声明 int hanshu (int k)//函数定义 { int n=0,i;//n 为第K站的绵羊的数量 ……

不容易系列 (C语言代码)

摘要:解题思路:注意事项:参考代码:#include <stdio.h>int f(int n);int f(int n) {    int i, a=3;    for(i=0; i<n; i++) { ……

不容易系列-题解(Java代码)

摘要:**题目:** 题目描述 你活的不容易,我活的不容易,他活的也不容易。不过,如果你看了下面的故事,就会知道,有位老汉比你还不容易。 重庆市郊黄泥板村的徐老汉(大号徐东海,简称XDH)这两年辛辛苦……

编写题解 1180: 不容易系列

摘要:解题思路:注意事项:参考代码:n=int(input()) for i in range(n):     a=int(input())     y=3     for j in range(a……

不容易系列 (C语言代码)

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b,i; scanf("%d",&a); while(a--){  int sum=3;  scan……

编写题解 1180: 不容易系列

摘要:解题思路:注意事项:参考代码:#include<stdio.h>void sum(int t){    int i;    int x=3;    for(i=1;i<=t;i++)    {    ……

不容易系列 (C++代码)

摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { int N; cin>>N; int n; ……