题解列表

筛选

敲七游戏 (C语言代码)

摘要:#include <stdio.h>int main(){     int i,j,N;     int count=0,flag=0;     scanf("%d",&N);     for(i=7……

陶陶摘苹果 (C语言代码)

摘要:解题思路:注意事项:参考代码:#include<stdio.h>void count(int arr[11]);int main(){    int arr[11],i=0;    while(sca……

A+B for Input-Output Practice (IV) (C语言代码)

摘要:解题思路:知道你们都会,就是看着没有JAVA的题解,感觉不是太好,身为菜鸟的我补上。注意事项:比着葫芦画瓢。参考代码:import java.util.Scanner;public class 问题1……

两种方法

摘要:            //方法一/*#include <stdio.h>#define space &#39; &#39;void output(char *);int main(void){   ……