Untitled
unknown
plain_text
3 years ago
350 B
3
Indexable
Never
#include <bits/stdc++.h> #define ll long long #define ull unsigned long long #define ld long double #define endl "\n" using namespace std; //goi tat ca cac bien se dung o day void Read() { } void Solve() { Read(); } int main() { ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0); Solve(); return 0; }