孤单的影子4吧 关注:10贴子:713
  • 23回复贴,共1


IP属地:江西来自Android客户端1楼2015-03-03 18:08回复
    c:
    main(){
    printf("hello world");
    }
    vb:
    private sub form_load()
    print("hello world");
    end sub
    java:
    public static class helloworld{
    public static void main(String args[]){
    System.out.println("hello world");
    }
    }
    html:
    <html>
    <body>
    hello world
    </body>
    </html>
    其他的不记得了OTZ


    IP属地:江西来自Android客户端2楼2015-03-03 18:54
    收起回复
      汇编:
      .section .data
      show: .string "Hello World\n"
      .section .text
      .globl _start
      _start:
      mov $12, %edx
      mov $show, %ecx
      mov $1, %ebx
      mov $,4 %eax
      int $0x80
      mov $0, %ebx
      mov $1, %eax
      int $0x80


      IP属地:江西来自Android客户端3楼2015-03-03 19:05
      回复
        著名烧脑语言BrainFuck:
        ++++++++++[>+++++++>++++++++++>+++>+<<<<-]>++.>+.+++++++..+++.>++.<<+++++++++++++++.>.+++.------.--------.>+.>.


        IP属地:江西来自Android客户端4楼2015-03-03 19:06
        回复
          有图为证


          IP属地:江西来自Android客户端5楼2015-03-03 19:08
          收起回复
            回复 xx同调士 :不!能!忍!


            IP属地:江西来自Android客户端6楼2015-03-03 19:08
            收起回复
              #define _________ } #define ________ putchar #define _______ main #define _(a) ________(a);
              #define ______ _______(){ #define __ ______ _(0x48)_(0x65)_(0x6C)_(0x6C) #define ___ _(0x6F)_(0x2C)_(0x20)_(0x77)_(0x6F) #define ____ _(0x72)_(0x6C)_(0x64)_(0x21) #define _____ __ ___ ____ _________ #include<stdio.h> _____


              IP属地:江西来自Android客户端7楼2015-03-03 19:14
              回复
                。。。


                IP属地:江西来自Android客户端8楼2015-03-03 19:17
                回复
                  main()
                  {int i,n[]={(((1<<1)<<(1<<1)<<(1<< 1)<<(1<<(1>>1)))+((1<<1)<<(1<<1))), (((1 <<1)<<(1<<1)<<(1<<1)<<(1<<1))-((1<<1)<<( 1<<1)<<(1<<1))+((1<<1)<<(1<<(1>>1)))+ (1 <<(1>>1))),(((1<<1)<<(1<<1)<<(1<<1)<< (1 <<1))-((1<<1)<<(1<<1)<<(1<<(1>>1)))- ((1 <<1)<<(1<<(1>>1)))),(((1<<1)<<(1<<1)<<(1 <<1)<<(1<<1))-((1<<1)<<(1<<1)<<(1<<(1>>1 )))-((1<<1)<<(1<<(1>>1)))),(((1<<1)<< (1 <<1)<<(1<<1)<<(1<<1))-((1<<1)<<(1<<1)<<( 1<<(1>>1)))-(1<<(1>>1))),(((1<<1)<<(1<<1 )<<(1<<1))+((1<<1)<<(1<<1)<<(1<<(1>>1))) -((1<<1)<<(1<<(1>>1)))),((1<<1)<< (1<<1) <<(1<<1)),(((1<<1)<<(1<<1)<<(1<<1)<<(1<< 1))-((1<<1)<<(1<<1))-(1<<(1>>1))),(((1<< 1)<<(1<<1)<<(1<<1)<<(1<<1))-((1<<1)<< (1 <<1)<<(1<<(1>>1)))-(1<<(1>>1))), (((1<<1 )<<(1<<1)<<(1<<1)<<(1<<1))- ((1<<1)<< (1 <<1)<<(1<<(1>>1)))+(1<<1)), (((1<<1)<< ( 1<<1)<<(1<<1)<< (1<<1))-((1<<1)<< (1<<1) <<(1<<(1>>1)))-((1<<1) <<(1<< (1>>1)))), (((1<<1)<< (1<<1)<<(1<<1)<< (1<<1))- ((1 <<1)<<(1<<1)<<(1<<1))+((1<<1)<< (1<<(1>> 1)))), (((1<<1)<<(1<<1) <<(1<<1))+(1<<(1 >>1))),(((1<<1)<<(1<<1))+((1<<1)<< (1<<( 1>>1))) + (1<< (1>>1)))};
                  for(i=(1>>1);i<(((1<<1) <<(1<<1))+((1 <<1)<< (1<<(1>>1 ))) + (1<<1)); i++)
                  printf("%c",n); }


                  IP属地:江西来自Android客户端9楼2015-03-03 19:17
                  收起回复