求所给范围内水仙花数并排列-题解(C语言代码) 摘要:```cpp #include using namespace std; int main(){ int n,m; while(cin>>n>>m){ b…… 题解列表 2020年03月28日 0 点赞 0 评论 313 浏览 评分:0.0
求所给范围内水仙花数并排列 (Java代码) 摘要:解题思路:注意事项:参考代码:import java.util.*; public class Main { public static void main(String[] args) { …… 题解列表 2019年03月21日 0 点赞 0 评论 356 浏览 评分:0.0
题解1851题-取巧打印(C++代码) 摘要:水仙花数就四个数 153 370 371 407 记住了直接用 ``` #include using namespace std; int main(){ int m,n; …… 题解列表 2019年06月16日 3 点赞 0 评论 416 浏览 评分:0.0
1851: 求所给范围内水仙花数并排列 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(void){ int i; int m,n; int a[100][100]={0}; int t=0,q=0; in…… 题解列表 2022年07月28日 0 点赞 0 评论 167 浏览 评分:0.0
1851: 求所给范围内水仙花数并排列 摘要:解题思路:注意事项:参考代码:while True: try: m,n = map(int,input().split()) s = 0 &nbs 题解列表 2021年12月31日 0 点赞 0 评论 158 浏览 评分:0.0
最复杂的解题方法 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int sxh(int a){ int b,c,d; b=a%10; c=a/10%1…… 题解列表 2024年11月23日 0 点赞 0 评论 38 浏览 评分:0.0
求所给范围内水仙花数并排列 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ int m,n,i,a,b,c,d=1; while(scanf("%d%d…… 题解列表 2019年01月08日 1 点赞 0 评论 796 浏览 评分:0.0
求所给范围内水仙花数并排列-题解(C语言代码) 摘要:```c #include int main(void) { int n,m,flag = 0; int GW,SW,BW; while(scanf("%d%d",&n,&m)!= …… 题解列表 2020年01月05日 0 点赞 0 评论 575 浏览 评分:0.0
求所给范围内水仙花数并排列 (Java代码) 摘要:解题思路:注意事项:参考代码:import java.util.Scanner; public class C1851 { public static void main(String[] …… 题解列表 2018年06月17日 0 点赞 0 评论 665 浏览 评分:0.0
求所给范围内水仙花数并排列-题解(C++代码) 摘要:解题思路: 时隔两年还在写水仙花数哈哈哈哈,懒得取函数名了,f1判断是不是水仙花数,f2遍历,懒注意事项:参考代码:#include<bits/stdc++.h> using name…… 题解列表 2020年09月12日 0 点赞 0 评论 293 浏览 评分:0.0