13 条题解

  • 2
    @ 2023-7-26 16:52:25

    "I love temege!

    • 1
      @ 2023-11-11 18:28:28
      #include<iostream>
      using namespace std;
      int main(){
      	cout << "I love temege!";
      }
      
      • 1
        @ 2022-11-8 10:29:08

        I love temege!

        • 0
          @ 2024-7-27 14:46:55
          #include<iostream>
          using namespace std;
          int main(){
          	cout<<"I love temege!";
          }
          
          • 0
            @ 2024-5-3 17:42:57

            #include<stdio.h>

            int main(void){

            printf("I love temege!");

            }

            • 0
              @ 2024-5-3 17:42:16
              
              ```
              ````
              
              • 0
                @ 2024-5-3 17:41:13

                #include<stdio.h> int main(void){ printf("I love temege!"); }

                • 0
                  @ 2023-5-23 21:45:46
                  cout << "I love temege!";
                  
                  #include<iostream>
                  using namespace std;
                  int main(){
                  	cout << "I love temege!";
                  }
                  
                  • 0
                    @ 2023-3-18 22:16:06

                    这还要题解,不会的人撞墙算了

                    • 0
                      @ 2023-1-2 9:50:34

                      python

                      print("I love temege!")
                      

                      php

                      I love temege!
                      

                      c++

                      #include <iostream>
                      using namespace std;
                      int main(){
                          cout <<"I love temege!";
                      }
                      
                      • 0
                        @ 2022-5-6 19:34:55

                        这也要题解...

                        • -1
                          @ 2023-5-30 18:57:14

                          整活,怎么能少得了我~!

                          vbs:
                          msgbox("I love temege!")
                          
                          Java:
                          public class OutputGood {
                              public static void main(String[] args) {
                                  System.out.println("I love temege!");
                              }
                          }
                          
                          • -1
                            @ 2022-11-17 15:33:29

                            语言:php 这题也太逊了吧

                            I love temege!
                            
                          • 1

                          信息

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