题解列表
胡说八道式解释答案, 没有详细介绍
摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main ( ){ int n ; int a , b , c, d ; float x ,y ; ……
逆天解法,包得吃的。
摘要:解题思路:注意事项:自己看参考代码:#include<stdio.h> int main(){ int arr[101],i,j,a,b,c; for(i=0;i<100;i++) { arr[i]……
找第一个只出现一次的字符
摘要:解题思路:写题解代码只是为了自己查看,无严谨性注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char s[100000]; ……
小白,看看就行,不动脑袋
摘要:解题思路:注意事项:参考代码:小白菜鸟写的,看看就好#include<iostream>using namespace std;int main(){ int arr[1000]; int……
有稍微解释一下我的代码,但是没有说明数学逻辑
摘要:解题思路:注意事项:题目告诉我们的位置是在平面坐标系中的,所以我们要注意用距离公式【在c语言中,求a和b之间的距离x=sqrt(a*a+b*b)】去求大本营和某一个房顶之间的距离向上取整函数 ceil……
蓝桥杯2014年第五届真题-分糖果,新手只会用循环超强解法!!!
摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"
using namespace std;
int main()
{
int a,b[110]={0},c[……