12 条题解

  • 0
    @ 2025-2-26 13:48:23

    #include<bits/stdc++.h> using namespace std; int main() { int x,y; for(x=10;x<=99;x++) { y=x/10+(x%10)*10; if(y-x==36) cout<<x<<endl; } return 0; }

    信息

    ID
    47
    时间
    1000ms
    内存
    256MiB
    难度
    5
    标签
    递交数
    232
    已通过
    96
    上传者