3 条题解

  • 1
    @ 2026-6-12 13:19:38

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

    int main () { cout << "I LOVE OI."; return 0; }

    • 0
      @ 2026-5-21 21:19:16

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

      int main(){

      cout<<"I LOVE OI.";
      return 0; 
      

      }

      • 0
        @ 2026-5-20 19:29:10

        #include int main() { std::cout << "I LOVE OI." << std::endl; return 0; }

        • 1

        信息

        ID
        29728
        时间
        1000ms
        内存
        256MiB
        难度
        2
        标签
        递交数
        225
        已通过
        142
        上传者