13 条题解

  • 2
    @ 1 年前

    "I love temege!

    • 1
      @ 1 年前
      #include<iostream>
      using namespace std;
      int main(){
      	cout << "I love temege!";
      }
      
      • 1

        I love temege!

        • 0
          @ 8 个月前
          #include<iostream>
          using namespace std;
          int main(){
          	cout<<"I love temege!";
          }
          
          • 0
            @ 11 个月前

            #include<stdio.h>

            int main(void){

            printf("I love temege!");

            }

            • 0
              @ 11 个月前
              
              ```
              ````
              
              • 0
                @ 11 个月前

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

                • 0
                  cout << "I love temege!";
                  
                  #include<iostream>
                  using namespace std;
                  int main(){
                  	cout << "I love temege!";
                  }
                  
                  • 0
                    @ 2 年前

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

                    • 0
                      @ 2 年前

                      python

                      print("I love temege!")
                      

                      php

                      I love temege!
                      

                      c++

                      #include <iostream>
                      using namespace std;
                      int main(){
                          cout <<"I love temege!";
                      }
                      
                      • 0

                        这也要题解...

                        • -1

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

                          vbs:
                          msgbox("I love temege!")
                          
                          Java:
                          public class OutputGood {
                              public static void main(String[] args) {
                                  System.out.println("I love temege!");
                              }
                          }
                          
                          • -1
                            @ 2 年前

                            语言:php 这题也太逊了吧

                            I love temege!
                            
                          • 1

                          信息

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