Posted onEdited onInalgorithmWord count in article: 46Reading time ≈1 mins.
C++ base code
#algorithm/code
#include<bits/stdc++.h> usingnamespace std; #define FastIOS ios::sync_with_stdio(false), cout.tie(0), cin.tie(0) #define int long long int n, m, i, j, k, t = 0; constint N = 1e6 + 10;
voidsolve() {
}
signedmain() { FastIOS; solve(); return0; } // Thank U