Please subscribe to the official Codeforces channel in Telegram via the link https://t.me/codeforces_official. ×

justaninactivealt's blog

By justaninactivealt, history, 2 years ago, In English

My submission gives WA without using cout<<fixed<<setprecision. Since the median needs atmost 1 decimal place of precision, this feels weird. Any explanations?

Code which will give WA on removing fixedprecision

Full text and comments »

By justaninactivealt, history, 3 years ago, In English

I have a couple of side projects related to competitive programming in my head. If codeforces allowed submissions through its API it would make a lot of things much easier. Just wondering what is the reason behind the feature not being out yet?

Full text and comments »