Contests written:
1
Min. rating:
1767
Max rating:
1767
Rating
1767
Problems
313
Points
30030
Rating
236
Points
137
Hán Duy Anh🍀 (THCS Yên Lạc)
From 2020 THT B, Nhóm Tin 7, CSES
About
Email : [email protected]
Nghệ sĩ giỏi sao chép tác phẩm, nghệ sĩ vĩ đại lấy trộm ý tưởng, chúng ta không coi việc "ăn cắp" tác phẩm vĩ đại của người khác là nỗi nhục
My temple
Code cơ bản
#include<bits/stdc++.h>
using namespace std;
#pragma GCC optimize("Ofast","unroll-loops")
#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;
}
Rating History
, #