1257: 超级楼梯(Java递归) 摘要:```java import java.util.Scanner; public class Main { public static void main(String[] args) {…… 题解列表 2024年11月26日 0 点赞 0 评论 191 浏览 评分:9.0
特别特别特别特别笨的招 摘要:解题思路:注意事项:参考代码:#include<stdio.h> int main() { for(int i=1;i<=9;i++) { int jc=1,sum=0; …… 题解列表 2024年11月26日 1 点赞 1 评论 279 浏览 评分:9.9
EZ,不收徒我是c语言大佬 摘要:解题思可以背下单词,才能更好的写出,这种高级程序注意事项:参考代码:#include"stdio.h" int main(){ printf("Hello World!"\n); r…… 题解列表 2024年11月26日 4 点赞 6 评论 1272 浏览 评分:3.5
字符串匹配问题(strs),写吐了呀 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; // 定义一个字符数组,包含所有括号和尖括号的符号 char ss[10]…… 题解列表 2024年11月26日 0 点赞 0 评论 204 浏览 评分:0.0
无限套娃,嵌套嵌套再嵌套 摘要:解题思路:无限套娃注意事项:参考代码:#include <stdio.h>#include <stdlib.h>int main() { int n,i,j,s,sum,p; scanf("%d",&…… 题解列表 2024年11月26日 1 点赞 0 评论 380 浏览 评分:9.9
找第一个只出现一次的字符(C语言)(简单) 摘要: #include #include int main() { char a[100000]; gets(a); int y =…… 题解列表 2024年11月25日 1 点赞 0 评论 716 浏览 评分:9.9
有点意思,结尾的puts和printf的区别 摘要:解题思路:注意事项:参考代码:#include<stdio.h>void GetReal(char a[]){ printf("please input a number:\n"); gets(a);…… 题解列表 2024年11月25日 1 点赞 1 评论 262 浏览 评分:9.9
括弧匹配检验,栈栈栈 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; // 定义一个字符栈,用于存储括号 stack<char> st; in…… 题解列表 2024年11月25日 0 点赞 0 评论 209 浏览 评分:0.0
编写题解 3029: 逆波兰表达式 摘要:inver = input().split() inver = inver[::-1] def arithmetic(inver): if inver: alphabe…… 题解列表 2024年11月25日 0 点赞 0 评论 197 浏览 评分:0.0
十进制转八进制数 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<malloc.h>typedef struct{ int data[100]; int top;}Lnod…… 题解列表 2024年11月25日 1 点赞 0 评论 240 浏览 评分:9.9