For Personal Code Snippets and Programs
PS : If you are using my codes, please make sure to remove following lines from it :
typedef unsigned long long int ll;
ios_base::sync_with_stdio(false);
cin.tie(NULL);
#ifndef ONLINE_JUDGE
freopen("input.txt", "r", stdin);
freopen("output.txt", "w", stdout);
#endif