1. 首页
  2. 编程语言
  3. C
  4. C++程序设计problem5

C++程序设计problem5

上传者: 2023-03-13 00:15:28上传 CPP文件 2.25KB 热度 8次
#include 
using namespace std;
int main()
{
    int a,b;
    cin>>a>>b;
    if(a>b)
    {
        int temp=a;
        a=b;
        b=temp;
    }
    int res=1;
    for(int i=a;i<=b;i++)
    {
        res*=i;
    }
    cout<0;="" <="" code="" return="" }="">
下载地址
用户评论