Số bài đã giải: 44
Hạng điểm: #6723
Tổng điểm:
9,45
Đóng góp:
0
Đã tham gia 1 kỳ thi
Hạng rating: #6113
Rating: 1054
Min. rating: 1054
Max rating: 1054
Từ Trường THPT chuyên Nguyễn Tất Thành, Kon Tum
Thông tin
#include <bits/stdc++.h>
#define endl "\n"
#define Freopen(a) freopen(a ".inp", "r", stdin), freopen(a ".out", "w", stdout);
#define Fast_IO ios_base::sync_with_stdio(false); cin.tie(0); cout.tie(0);
#define what(x) cerr << #x << " = " << (x) << endl;
#define assertx(x) if (!(x)) cerr << "Assertion failed!\n"<< "Line " << __LINE__ << ": " << #x << endl;abort();
#define all(a) a.begin(), a.end()
#define present(a, n) (find(a.begin(), a.end(), n) != a.end())
#define presentS(a, n) (a.find(n) != a.npos)
#define minElement(a) *min_element(a.begin(), a.end())
#define maxElement(a) *max_element(a.begin(), a.end())
#define isInteger(n) (ceil(n) == floor(n))
#define x first
#define y second
#define inf 1e9 + 7
#define task "task"
using namespace std;
//* Struct and Constant *//
const int MOD = inf;
void printMatrix(vector<vector<int>> a)
{
for (int i = 0; i < a.size(); i++)
{
for (int j = 0; j < a[i].size(); j++)
cout << a[i][j] << " ";
cout << endl;
}
cout << "-------\n";
}
void printVector(vector<int> a)
{
for (int i = 0; i < a.size(); i++)
cout << a[i];
cout << "-------\n";
}
//* Variable *//
//* Function *//
int main()
{
Fast_IO
return 0;
}
Huy hiệu
Người dùng này không có huy hiệu nào.Lịch sử rating
, #