justaninactivealt's blog

By justaninactivealt, history, 22 months 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 »

  • Vote: I like it
  • +66
  • Vote: I do not like it

By justaninactivealt, history, 2 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 »