3 条题解

  • 1
    @ 2026-4-8 16:37:40

    超简单 不过…………怎么没人写这道题啊?

    • 0
      @ 2026-8-7 16:26:36

      容易化简得到x+y=2025x+y=2025

      当然,你暴力也行。记得不要无限循环。

      • 0
        @ 2026-7-9 17:21:16

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

        int main(){ int a; cin>>a; cout<<2025-a; return 0; }

        • 1

        信息

        ID
        570
        时间
        1000ms
        内存
        256MiB
        难度
        1
        标签
        递交数
        6
        已通过
        4
        上传者