1 条题解

  • 0
    @ 2025-10-8 14:47:43

    #include<bits/stdc++.h> using namespace std;

    int main(){ double a,b; cin>>a>>b; long long s=a100000000; long long c=b100000000; if(s==c){ cout<<"yes"; }else{ cout<<"no"; } return 0; }

    信息

    ID
    174
    时间
    1000ms
    内存
    64MiB
    难度
    8
    标签
    递交数
    13
    已通过
    7
    上传者