When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

JhnX's blog

By JhnX, history, 3 years ago, In English

Hi,everyone. This was my first contest and I got close to solving problems but couldn't finish any of them entirely. I've been trying to solve the sage's birthday(easy version) but seem to get wrong answer on test 4.The input is very big and it gets truncated so I can't find the error by looking at the test case. Could someone please point out the error in my code and what I'm missing or doing wrong. Here's the submission link: https://codeforces.com/contest/1419/submission/93284554 Thanks!!

Full text and comments »

  • Vote: I like it
  • -10
  • Vote: I do not like it