Hello there guys, So this was my second contest and i managed to solve 2 questions this time, what I learnt is that we need to write the problem in very clearly and then try to form an algorithm for it and then write the code and always check for edge cases
Good Job !
Just a reminder to add fastio into your code, so it reads input and prints faster
u mean using printf and scanf ?
or the ios_base::sync_with_stdio(false); in c++, you can search that in internet
Never heard about that before, is it a library or something?