1248: 简单的事情 摘要:```cpp #include using namespace std; unsigned long long int jiecheng(int n) { if(n==0) …… 题解列表 2023年02月01日 0 点赞 0 评论 151 浏览 评分:9.9
aaaaaaaaaaaaaaaaaaa 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int n,m; while(~scanf("%d%d",&n,&m)) …… 题解列表 2022年10月24日 0 点赞 0 评论 92 浏览 评分:0.0
编写题解 1248: 简单的事情 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;unsigned long long int jiecheng(int n){ if(n…… 题解列表 2022年04月24日 0 点赞 0 评论 131 浏览 评分:0.0
简单的事情(java) 摘要:解题思路:注意事项:参考代码:package c.dopp;import java.util.Scanner;public class math { public static void mai…… 题解列表 2022年03月08日 0 点赞 0 评论 120 浏览 评分:0.0
编写题解 1248: 简单的事情 摘要:解题思路:注意事项:参考代码:#include<stdio.h> int main(){ double a,b,c,d; while(scanf("%lf%lf",&a,&b)!=EOF){…… 题解列表 2021年10月31日 0 点赞 0 评论 340 浏览 评分:9.9
简单的事情-题解(C语言代码) 摘要:```c #pragma warning(disable:4996) #include #include #include #include int main() { …… 题解列表 2020年02月15日 0 点赞 0 评论 547 浏览 评分:9.9
简单的事情-题解(C语言代码) 摘要:#include long long int f(int m,int n)//m==5,n==2 { long long int s=1,j=1; for(int i=n;i>=1;i--)…… 题解列表 2020年02月14日 0 点赞 0 评论 306 浏览 评分:0.0
简单的事情-题解(C++代码)(看到大佬的,服了) 摘要:先看看我自己写的,思路比较一般; 先写个阶乘函数,再在主函数中调用,这样比较灵活。。。 程序实现: ```cpp #include using namespace std; long lo…… 题解列表 2019年08月12日 0 点赞 0 评论 348 浏览 评分:9.9
简单的事情,简单明了 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ double M,K,S=1; int i,j; while(…… 题解列表 2019年02月10日 0 点赞 0 评论 356 浏览 评分:2.0
简单的事情 (Java代码) 摘要:解题思路:注意事项:参考代码: import java.math.BigInteger; import java.util.*; import java.util.regex.Matcher; …… 题解列表 2019年01月13日 0 点赞 0 评论 335 浏览 评分:0.0