Contests written:
13
Min. rating:
993
Max rating:
1623
Rating
1623
Problems
577
Points
29436
Rating
550
Points
285
Văn Công Nam (THPT Chuyên Lê Quý Đôn)
About
Welcome to my profile
About
'hello world' in brainf**k
>+++++++++++++[-<++++++++>]<.---.+++++++..+++.
>>++++++++[-<++++>]<.
>>+++++++++++[-<+++++++++++>]<--.--------.+++.------.--------.
'hello world' in python
print("hello world")
'hello world' in c++
#include <iostream>
using namespace std;
int main(){
cout << "hello world";
return 0;
}
'hello world' in c
#include <stdio.h>
int main(){
printf("hello world");
return 0;
}
'hello world' in pascal
program hello;
begin
writeln ('hello world')
end.
'hello world' in javascript
document.write('hello world');
'hello world' in 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
???
Rating History
, #