铺地毯Java(不使用结构体,不使用二维数组) 摘要:解题思路:注意事项:参考代码://使用一维数组(数组长度是4*地毯个数)Scanner scanner = new Scanner(System.in);int n = scanner.nextInt…… 题解列表 2023年10月10日 0 点赞 0 评论 329 浏览 评分:8.0
C语言思路简单,易懂!!! 理解万岁 (谁的代码有我短,为了通过) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main (){ int n; while (scanf ("%d",&n)!=EOF){ prin…… 题解列表 2023年10月09日 0 点赞 0 评论 572 浏览 评分:9.9
C语言思路简单,易懂!!! 理解万岁 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main (){ int sum=0; int n,a[100],i=0,k=1,l=0; while (s…… 题解列表 2023年10月09日 1 点赞 0 评论 350 浏览 评分:0.0
C语言思路简单,易懂!!! 理解万岁 摘要:解题思路: p2 保持在p1前面 ,移动p2,进行操作注意事项:参考代码:#include <stdio.h>#include <stdlib.h>#define len sizeof(num)typ…… 题解列表 2023年10月09日 0 点赞 0 评论 317 浏览 评分:0.0
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char str[14]; gets(str); str[strlen(st…… 题解列表 2023年10月09日 0 点赞 0 评论 498 浏览 评分:0.0
蛇形填数java 摘要:解题思路:注意事项:参考代码:package test;import java.util.*;public class Test1796 { public static void main(St…… 题解列表 2023年10月09日 0 点赞 0 评论 587 浏览 评分:9.9
计算星期几java 摘要:解题思路:注意事项:参考代码Scanner scanner = new Scanner(System.in);int a = scanner.nextInt();int b = scanner.nex…… 题解列表 2023年10月09日 0 点赞 0 评论 375 浏览 评分:9.9
成绩排序(用结构体来做) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> #include<string.h> struct student { char name[20]; int…… 题解列表 2023年10月09日 0 点赞 0 评论 386 浏览 评分:0.0
超级玛丽游戏 摘要:解题思路:同理注意事项:参考代码:#include <stdio.h>int main(){ printf( " ********\n" " …… 题解列表 2023年10月09日 1 点赞 0 评论 1055 浏览 评分:10.0
1866: 三位数反转 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<bits/stdc++.h> using namespace std; int main() { …… 题解列表 2023年10月09日 0 点赞 0 评论 330 浏览 评分:0.0