2858: 整理药名 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <string.h>int main() { char a[100][100]; // 定义一个二维数组来存储…… 题解列表 2024年11月05日 0 点赞 0 评论 152 浏览 评分:0.0
看题解的置顶代码的 摘要:解题思路:只是为了记录代码,方便查阅注意事项:参考代码:#include<stdio.h>#include<stdlib.h>//创建一个管理结构体typedef struct student{ …… 题解列表 2024年11月05日 3 点赞 0 评论 468 浏览 评分:0.0
胡说八道式解释答案, 没有详细介绍 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main ( ){ int n ; int a , b , c, d ; float x ,y ; …… 题解列表 2024年11月05日 1 点赞 0 评论 218 浏览 评分:0.0
高精度乘法 摘要:#include"bits/stdc++.h" using namespace std; int main(){ string s1,s2; int a1[100000],a2…… 题解列表 2024年11月05日 0 点赞 0 评论 136 浏览 评分:0.0
逆天解法,包得吃的。 摘要:解题思路:注意事项:自己看参考代码:#include<stdio.h> int main(){ int arr[101],i,j,a,b,c; for(i=0;i<100;i++) { arr[i]…… 题解列表 2024年11月06日 0 点赞 0 评论 274 浏览 评分:0.0
找第一个只出现一次的字符 摘要:解题思路:写题解代码只是为了自己查看,无严谨性注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char s[100000]; …… 题解列表 2024年11月06日 0 点赞 0 评论 419 浏览 评分:0.0
小白,看看就行,不动脑袋 摘要:解题思路:注意事项:参考代码:小白菜鸟写的,看看就好#include<iostream>using namespace std;int main(){ int arr[1000]; int…… 题解列表 2024年11月06日 0 点赞 0 评论 146 浏览 评分:0.0
金币666简单算法 摘要:#include<stdio.h> int main(){ int i=1,d=0,n,s=0,c; scanf("%d",&n); while(d<n){ c=i; whi…… 题解列表 2024年11月06日 0 点赞 0 评论 168 浏览 评分:0.0
有稍微解释一下我的代码,但是没有说明数学逻辑 摘要:解题思路:注意事项:题目告诉我们的位置是在平面坐标系中的,所以我们要注意用距离公式【在c语言中,求a和b之间的距离x=sqrt(a*a+b*b)】去求大本营和某一个房顶之间的距离向上取整函数 ceil…… 题解列表 2024年11月07日 0 点赞 0 评论 197 浏览 评分:0.0
蓝桥杯2014年第五届真题-分糖果,新手只会用循环超强解法!!! 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; int main() { int a,b[110]={0},c[…… 题解列表 2024年11月07日 0 点赞 0 评论 302 浏览 评分:0.0