1 条题解

  • 0
    @ 2025-11-29 14:43:08
    #include<iostream>
    #include<math.h>
    using namespace std;
    int main(){ // 表达式求值 C++12级
    	int a,b,c;
    	cin>>a>>b>>c;
    	cout<<max(a,b)/c;
    	return 0;
    }
    
    • 1

    信息

    ID
    1997
    时间
    1000ms
    内存
    256MiB
    难度
    10
    标签
    (无)
    递交数
    3
    已通过
    2
    上传者