1 条题解

  • 0
    @ 2025-9-26 21:08:41

    #include<bits/stdc++.h> using namespace std; int main(){ long double a,b; cin>>a>>b; if(a>b){ cout<<a-b; }else{ cout<<b-a; } return 0; }

    信息

    ID
    1814
    时间
    1000ms
    内存
    128MiB
    难度
    10
    标签
    递交数
    9
    已通过
    1
    上传者