crowned_85's blog

By crowned_85, history, 10 months ago, In English

I'm disheartened after this 326850174. If you think this guy is joking, just view his other submissions

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it

By crowned_85, history, 13 months ago, In English

The person:

Incredible coding style to be honest

Last div3 submissions:

https://mirror.codeforces.com/contest/2106/submission/317069857

https://mirror.codeforces.com/contest/2106/submission/317069857

Furthermore, "his" entire last div3 submissions were skipped, I wonder why...

Full text and comments »

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

By crowned_85, history, 13 months ago, In English

Problem statement: You are given a number N, please find an array of length N so that, no two elements divide each other, and the total sum is minimized. N <= 1e5 Example: N = 1: arr = {1} N = 2: arr = {2, 3}

Caveat: it isn't the first N primes.

Full text and comments »

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