• 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ý

duyanhonichan

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

Rating
-
Bài tập
246
Điểm
27515
Rating #
-
Điểm #
1150

Hán Duy Anh (THCS Yên Lạc, Hà Nội)

Giới thiệu

Nhạc Chill

Codeforce

Nick cày problems VNOJ

Nick cày rate VNOJ

DMOJ

NTUCoder

FB

Nick cày rate LQDOJ

Nick cày problems LQDOJ

Họ Và Tên : Hán Duy Anh

Lớp : 8A2

From THCS Yên Lạc with love

Email : [email protected]

My Template

C++
/**

 *    author:  duyanhloveav
 *    created: 0*.0*.2021 18:25:28
 *    🥇 🐘 💯 🔥 🔥 🔥
**/
#include<bits/stdc++.h>
using namespace std;
#define FOR(i, a, b) for(int i=(a), _b=(b); i<_b; ++i)
#define fi first
#define se second
#define pb push_back
#define ll long long
#define all(a) a.begin(),a.end()
const int N = 1 + 1e6;
const int INF = 1e9;

int32_t main() {
#define TASKNAME ""
    ios_base::sync_with_stdio (0);
    cin.tie (0);
    if ( fopen( TASKNAME".inp", "r" ) ) {
        freopen (TASKNAME".inp", "r", stdin);
        freopen (TASKNAME".out", "w", stdout);
    }
    cout << "Hello World!";
    return 0;
}


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

proudly powered by DMOJ| developed by LQDJudge team