4 条题解

  • 0
    @ 2025-5-10 11:59:41
    #include<bits/stdc++.h>
    using namespace std;
    const int N=5e5+5,INF=0x3f3f3f3f;
    typedef long long LL;
    double a,b;
    int main()
    {
    	cin>>a>>b;
    	cout<<a-(int)(a/b)*b;
    	return 0;
    }
    

    信息

    ID
    833
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    递交数
    65
    已通过
    43
    上传者