vancongnam
Số kỳ thi:
14
Min. rating:
992
Max rating:
1650
Rating
1650
Bài tập
604
Điểm
31125
Rating #
695
Điểm #
554
Văn Công Nam (THPT Chuyên Lê Quý Đôn)
Giới thiệu
Welcome to my profile
About
'hello world' in brainf**k
Brainfuck
>+++++++++++++[-<++++++++>]<.---.+++++++..+++.
>>++++++++[-<++++>]<.
>>+++++++++++[-<+++++++++++>]<--.--------.+++.------.--------.
'hello world' in python
Python
print("hello world")
'hello world' in c++
C++
#include <iostream>
using namespace std;
int main(){
cout << "hello world";
return 0;
}
'hello world' in c
C
#include <stdio.h>
int main(){
printf("hello world");
return 0;
}
'hello world' in pascal
Delphi
program hello;
begin
writeln ('hello world')
end.
'hello world' in javascript
JavaScript
document.write('hello world');
'hello world' in java
Java
public class hello {
public static void main(String[] args){
System.out.println("hello world");
}
}
Feel like the 60s
'hello world' in logo
cs
pd
rt 90 label "hello world"
'hello world' in LOLCODE
HAI 1.2
VISIBLE "hello world"
KTHXBYE
VNOJ
???
Các lần thi
, #