简单的事情 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(void){ int i, m, n, item; while (scanf("%d%d", &m, &n) != …… 题解列表 2017年12月01日 0 点赞 0 评论 755 浏览 评分:0.0
简单的事情(模拟) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;longlongfa…… 题解列表 2025年04月08日 0 点赞 0 评论 75 浏览 评分:0.0
aaaaaaaaaaaaaaaaaaa 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int n,m; while(~scanf("%d%d",&n,&m)) …… 题解列表 2022年10月24日 0 点赞 0 评论 213 浏览 评分:0.0
编写题解 1248: 简单的事情 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;unsigned long long int jiecheng(int n){ if(n…… 题解列表 2022年04月24日 0 点赞 0 评论 221 浏览 评分:0.0
简单的事情(java) 摘要:解题思路:注意事项:参考代码:package c.dopp;import java.util.Scanner;public class math { public static void mai…… 题解列表 2022年03月08日 0 点赞 0 评论 223 浏览 评分:0.0
简单的事情-题解(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 评论 619 浏览 评分:0.0
简单的事情 (Java代码) 摘要:解题思路:注意事项:参考代码: import java.math.BigInteger; import java.util.*; import java.util.regex.Matcher; …… 题解列表 2019年01月13日 0 点赞 0 评论 637 浏览 评分:0.0
简单的事情 (C++代码) 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { int n,m; while(cin>>n>>m)…… 题解列表 2018年06月03日 0 点赞 0 评论 1022 浏览 评分:0.0
简单的事情 (Java代码) 摘要:解题思路:注意事项:参考代码:public class 求组合数 { public static long jc(int num) { long j=1; for(int k=2;k<num+1;…… 题解列表 2018年05月02日 0 点赞 0 评论 639 浏览 评分:0.0
简单的事情 (Java代码) 摘要:解题思路: n!/(m!*(n-m)!)注意事项:参考代码: import java.util.Scanner; public class C1248 { public static…… 题解列表 2018年03月18日 2 点赞 0 评论 992 浏览 评分:0.0