OPTIMISE CODE FOR COMPETATIVE CODING Solution() { ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); } int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); // cout.tie(NULL); // Not necessary return 0; }