• VNOJ
  • Home
  • PRoblems
  • Submissions
  • Users
    • Organizations
  • Contests
  • Tag
  • About
    • FAQ
    • Judges
    • Devlog
    • Github
    • Tickets
  • Wiki
  • Thư viện đề thi
VI EN Log in  or  Sign up

duyanhdizz

  • About
  • Statistics
  • Blogs

Problems solved: 328
Rank by points: #117
Total points: 62.94
Contribution points: 0

View submissions

3 contests written
Rank by rating: #726
Rating: 1470
Min. rating: 1375
Max rating: 1470

From Trường THPT chuyên Vĩnh Phúc

About

Nhạc Chill

Codeforce

Nick VNOJ #01

Nick VNOJ #02

DMOJ

NTUCoder

FB

Nick LQDOJ #01

Nick LQDOJ #02

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

Lớp : 8A2

~\color{salmon}{\text{I love you N}}~

From THCS Yên Lạc with love

Email : [email protected]

My Template

/**
 *    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;
}

Just a fun gif

Badges & Awards

This user has not earned any badges or awards.

«    »
Sun
Mon
Tues
Wed
Thurs
Fri
Sat
Less
More

Rating history

, #

proudly powered by DMOJ | follow us on Github and Facebook