• LQDOJ
  • Home
  • Problems
  • Submissions
  • Users
  • Contests
  • Groups
  • About
    • Status
    • Courses
    • Suggestions
    • Problem Proposal
    • Contest Proposal
    • Tools
    • Report
    • Bug Report

English

Tiếng Việt
English

Log in

Sign up

vancongnam

  • About
  • Problems
  • Submissions

Rating
1650
Problems
626
Points
36771
Rating #
704
Points #
755

Văn Công Nam (THPT Chuyên Lê Quý Đôn)

About

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

???


Awards


«    »
Mon
Tues
Wed
Thurs
Fri
Sat
Sun
Less
More

Rating History

, #

proudly powered by DMOJ| developed by LQDJudge team