C语言快解川哥的吩咐 摘要:解题思路:通过题目可知要多次输入,所以考虑用字符数组用字符数组以后再把字符数组通过-‘0’转化为整形数组,转化成int类型数组以后再对其进行遍历和进位后再进行输出注意事项:参考代码:#include<…… 题解列表 2023年05月21日 0 点赞 0 评论 385 浏览 评分:9.9
[编程入门]电报加密 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ string s; getline(cin,s)…… 题解列表 2023年05月21日 0 点赞 0 评论 248 浏览 评分:0.0
谁考了第K名(java) 摘要:解题思路:注意事项:参考代码:package Fifteen;import java.util.Scanner;public class 谁考了第k名 { public static void …… 题解列表 2023年05月21日 0 点赞 0 评论 222 浏览 评分:9.9
2896: 二维数组右上左下遍历 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int row,col; int a[150][150]; int i…… 题解列表 2023年05月20日 0 点赞 0 评论 265 浏览 评分:7.3
谁考了第k名java 摘要:import java.util.Scanner;public class 谁考了第k名 { public static void main(String[] args) { Sc…… 题解列表 2023年05月20日 0 点赞 0 评论 202 浏览 评分:9.9
2885: 矩阵转置 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main { public static void main(String[] args…… 题解列表 2023年05月20日 0 点赞 0 评论 309 浏览 评分:0.0
2895: 反反复复 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int n,len,hang,lie,num=0; int i,j; …… 题解列表 2023年05月20日 0 点赞 1 评论 308 浏览 评分:9.9
编写题解 2912: 最长平台 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h> using namespace std; int findLongestPlateau(int arr[], int…… 题解列表 2023年05月20日 0 点赞 0 评论 279 浏览 评分:6.8
只能说,牛啊,要更加努力学习了 摘要:``详见代码即可 #include #include int main() { int f[1000]; int g[100…… 题解列表 2023年05月20日 0 点赞 0 评论 207 浏览 评分:0.0
[编程入门]结构体之成绩记录 摘要:解题思路:偷懒一下,写一个函数注意事项:参考代码:#include<bits/stdc++.h>using namespace std;struct student{ string xh,nam…… 题解列表 2023年05月20日 0 点赞 0 评论 190 浏览 评分:0.0