7 条题解

  • 5
    @ 2026-5-16 10:49:48

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

    int main() { cout << "M_M" << endl; cout << "OwO" << endl; cout << "><" << endl; cout << "==" << endl; cout << "T_T" << endl; return 0; }

    • 2
      @ 2026-5-20 21:05:09

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

      int main(){ cout << "M_M" << endl; cout << "OwO" << endl; cout << "><" << endl; cout << "==" << endl; cout << "T_T" << endl;

      return 0; 
      

      }

      • 1
        @ 2026-5-23 14:25:44

        代码 #include using namespace std; int main() { cout<<"M_M"<<endl; cout<<"OwO"<<endl; cout<<"><"<<endl; cout<<"=="<<endl; cout<<"T_T"<<endl;

        return 0;
        

        }

        • 1
          @ 2026-5-23 14:25:05

          代码 #include using namespace std; int main() { cout<<"M_M"<<endl; cout<<"OwO"<<endl; cout<<"><"<<endl; cout<<"=="<<endl; cout<<"T_T"<<endl;

          return 0;
          

          }

          • 1
            @ 2026-5-23 11:19:42

            § 小吉 §

            • 0
              @ 2026-7-8 15:37:35
              #include <bits/stdc++.h>
              using namespace std;
              
              int main() {
              	int b = 2200, a = 4396;
              	cout << "M_M" << endl;
              	cout << "OwO" << endl;
              	cout << ">_<" <<  endl;
              	cout << "=_=" << endl;
              	cout << "T_T";
              	return 0;
              }
              
              
              • 0
                @ 2026-5-16 19:21:40

                M_M
                OwO

                <
                =
                =
                T_T

                • 1

                信息

                ID
                18200
                时间
                1000ms
                内存
                256MiB
                难度
                4
                标签
                (无)
                递交数
                790
                已通过
                350
                上传者