蓝桥杯2024年第十五届省赛真题-好数
摘要:解题思路:注意事项:参考代码:void check(int i,int flag,int* pc){ if (i > 0) { if (flag == 0 && (i % 10) % 2 == 1)……
蓝桥杯2024年第十五届省赛真题-好数
摘要:
```
#include
int haoshu(int num){
for (int i = 0; num!=0; i++)
{
int t=nu……
asdasdasd大水水水水水水水水水水水水
摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int n;long long ans = 0;void isValid(int ……
小白的修炼之路-进军蓝桥杯!
摘要:解题思路:注意事项:参考代码:#include<stdio.h>
int main()
{
int N,count=0,t1,t2,t3,n;
scanf("%d",&N);
for(……
船新解法,结构体(c语言)
摘要:```c
#include
#include
typedef struct {
int jishuwei[10],oushuwei[10];
}link;
int haoshu……
好数的题解(c语言版本)
摘要:解题思路:注意事项:不要用每个数字直接带入 ,要用temp记录,不然容易死循环参考代码:#include<stdio.h>int main(){ int N = 0; int num = ……
蓝桥杯2024年第十五届省赛真题-好数
摘要: #include
int main()
{
int n;
int d = 0;;
int u = 1;
int c = 0;……