Seen similar posts before but still can't figure out the issue with this. My code gave a runtime error for array of size 1 on the system tests. But the exact same code is working for the same test case locally. https://codeforces.com/contest/1199/submission/58030533 I tried resubmitting...
My code gave a runtime error for array of size 1 on the system tests. But the exact same code is working for the same test case locally. https://codeforces.com/contest/1199/submission/58030533 I tried resubmitting the code after the contest, and it gave the following diagnostics: ...
time limit per test2 seconds memory limit per test64 megabytes inputstandard input outputstandard output You all know the Dirichlet principle, the point of which is that if n boxes have no less than n + 1 items, that leads to the existence of a box in which there are at least two...
i got the error for runtime at test case 2 for Verdict ok Checker log ok 4 number(s): "2 4 5 7" even the output and given output matches same with the correct format Plz help if anyone know, it just spoils my whole program and decrease this rating...
Welcome to codeforces :) hacking is to give a testcase that makes a solution to a participant fail(i.e Wrong Answer,runtime error, time limit exceeded) the owner of the code that you try to hack he do nothing ,if his solution is absolutely correct then no one can hack his code ...
I get "runtime error on test 1" message and I think my code is OK Problem name: Theater Square CODE: using System; namespace ConsoleApp6 { class Program { static void Main(string[] args) { int n = Convert.ToInt32(Console.ReadLine()); ...
sevlll777→Codeforces Round 1004 (Div. 1, Div. 2) who_i_am→what is the institution of Asia-Pacific Informatics Olympiad (APIO) a_foolish_OIer→How can I improve my DP quickly? a_foolish_OIer→How to perform at a normal level in CF competitions?
Runtime Error, I don't know why. Please tell me the bug in my code. Thank you!-19 luosw 5 years ago 2 Comments (1) Show archived | Write comment? Gheal 5 years ago, # | +4 First of all, your approach is wrong. Your program gives rte because you have R[g1] instead ...
that were slightly difficult for me , I was getting wrong answers on test (20 and above) and those test cases are so large that codeforces system does not reveal them completely. Even though the editorial was also similar to my idea. In this case what should I do to understand my ...
OrEwA_ThePratham04 → Codeforces Submissions Showing 'N/A' Instead of Code — Need Help! _MyAngelGasai → If I don't reach E by this summer, I will shave my head. Cipesta... → The Hidden Impact of CP _kaitokid → Change the flag of Syria Ryuuji_Nakamura → Why is my code...