2 条题解

  • 0
    @ 2025-1-19 16:23:37

    #include <bits/stdc++.h> using namespace std; int main(){ cout << 100 << endl << 101 << endl << 102 << endl; return 0; }

    • -1
      @ 2024-12-13 16:27:50

      #include<bits/stdc++.h> using namespace std; int main(){ cout<<100<<endl; cout<<101<<endl; cout<<102<<endl; return 0; }

      • 1

      信息

      ID
      47
      时间
      1000ms
      内存
      64MiB
      难度
      1
      标签
      递交数
      58
      已通过
      41
      上传者