duyanhonichan
Rating
-
Bài tập
244
Điểm
27101
Rating #
-
Điểm #
973
Hán Duy Anh (THCS Yên Lạc, Hà Nội)
Giới thiệu
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;
}