• LQDOJ
  • Trang chủ
  • Bài tập
  • Bài nộp
  • Thành viên
  • Kỳ thi
  • Nhóm
  • Giới thiệu
    • Máy chấm
    • Khóa học
    • Đề xuất ý tưởng
    • Đề xuất bài tập
    • Tools
    • Báo cáo tiêu cực
    • Báo cáo lỗi

Tiếng Việt

Tiếng Việt
English

Đăng nhập

Đăng ký

vancongnam

  • Giới thiệu
  • Bài tập
  • Bài nộp

Rating
1650
Bài tập
625
Điểm
30931
Rating #
704
Điểm #
748

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

???


Thành tích


«    »
Thứ 2
Thứ 3
Thứ 4
Thứ 5
Thứ 6
Thứ 7
CN
Ít
Nhiều

Các lần thi

, #

proudly powered by DMOJ| developed by LQDJudge team