博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Codeforces Round #422 A
阅读量:5244 次
发布时间:2019-06-14

本文共 508 字,大约阅读时间需要 1 分钟。

题意:给一个a,b,求 gcd(a!,b!),输出min(a,b)! 就可以了

AC代码:

#include
#include "iostream"#include "string.h"#include "stack"#include "queue"#include "string"#include "vector"#include "set"#include "map"#include "algorithm"#include "stdio.h"#include "math.h"#define ll long long#define bug(x) cout<
<<" "<<"UUUUU"<
>a>>b; for(int i=2; i<=min(a,b); ++i){ ans*=i; } cout<
<

 

转载于:https://www.cnblogs.com/max88888888/p/7163254.html

你可能感兴趣的文章
linux php编译安装
查看>>
name phone email正则表达式
查看>>
「Unity」委托 将方法作为参数传递
查看>>
重置GNOME-TERMINAL
查看>>
redis哨兵集群、docker入门
查看>>
hihoCoder 1233 : Boxes(盒子)
查看>>
oracle中anyData数据类型的使用实例
查看>>
软件测试——性能测试总结
查看>>
12.4站立会议
查看>>
客户端访问浏览器的流程
查看>>
codeforces水题100道 第二十二题 Codeforces Beta Round #89 (Div. 2) A. String Task (strings)
查看>>
c++||template
查看>>
[BZOJ 5323][Jxoi2018]游戏
查看>>
编程面试的10大算法概念汇总
查看>>
Vue
查看>>
python-三级菜单和购物车程序
查看>>
条件断点 符号断点
查看>>
水平垂直居中
查看>>
MySQL简介
查看>>
设计模式之桥接模式(Bridge)
查看>>