2 条题解

  • 0
    @ 2026-4-3 20:27:00
    
    #include <bits/stdc++.h>
    using namespace std;
    
    int main()
    {
        cout << 248 << endl << 503 << endl << 305 << endl;
        return 0;
    }
    
    • 0
      @ 2025-4-19 15:19:25

      答案唯一自己解题 #include<.iostream> using namespace std;int main(){cout<<248<<endl<<503<<endl<<305;return 0;} 把头文件的“.”删掉

      • 1

      信息

      ID
      950
      时间
      1000ms
      内存
      128MiB
      难度
      7
      标签
      递交数
      19
      已通过
      7
      上传者