Блог пользователя vyomgoyal098

Автор vyomgoyal098, история, 54 минуты назад, По-английски

I wanted to know how much time does it take for the 3 regions in India -> Amritapuri, Chennai and Kanpur to declare the official standings and list of all the selected teams for the respective region? Poeple who have previously participated in ICPC, what sort of rank would be required to qualify in the 3 regions for the onsite round? A rough idea would be enough.

Полный текст и комментарии »

  • Проголосовать: нравится
  • +5
  • Проголосовать: не нравится

Автор vyomgoyal098, история, 3 дня назад, По-английски

So I was solving the question https://mirror.codeforces.com/contest/1809/problem/B

While submitting I found that using #pragma GCC target("avx,avx2,fma") in giving WA 292802920 check line 4

while this code 292803134 is giving AC when I am not using #pragma GCC target("avx,avx2,fma")

So why is #pragma GCC target("avx,avx2,fma") this casuing issue? As far as I knew, using this the compiler would optimize the code for CPU utilization. But in this code the while using sqrt() function this is giving WA.

Any reason to explain the same???

Полный текст и комментарии »

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

Автор vyomgoyal098, история, 4 дня назад, По-английски

Can anyone share a set of problems to practice PBDS on Codeforces? I found tutorial videos on the topic, but I couldn’t find relevant questions to implement and learn from them.

Полный текст и комментарии »

  • Проголосовать: нравится
  • -1
  • Проголосовать: не нравится