Title |
User |
Message |
Date Posted |
Re: RE Signal : 6 |
jargon |
Signal 6 (SIGABRT) in C++ tends to be caused by your program aborting due to an uncaught exception. In the STL, this commonly happens because bad_alloc is thrown but not caught, meaning you've run out... |
Jun 30, 2017 - 4:24:53 pm UTC |
RE Signal : 6 |
bnahmad15 |
Why am I getting runtime error on subtasks 4,5 can someone help me |
Jun 25, 2017 - 12:41:51 am UTC |
Re: Grader acting weird |
bbi5291 |
No, your program is just wrong. Hint: try compiling with g++ -g -fsanitize=address. |
Jun 23, 2015 - 3:13:18 am UTC |
Grader acting weird |
DeliriousWave |
I checked my code with test cases from the olympiad itself and it prints the right answer, but still the grader gives me wrong answer for each test case. |
Jun 22, 2015 - 4:06:24 pm UTC |
Wrong test data |
AlanM |
Wrong test data. I downloaded test data and my program outputs exactly what it should output, but here it gives WA.... Edit:You need to output letters on new lines. |
Jun 09, 2015 - 5:38:26 pm UTC |
Re: Do I have the correct time complexity? |
jargon |
You barely miss it! You might've passed if you used custom, faster input functions. Test case #4a: AC [2.092s, 288K] Test case #4b: AC... |
May 09, 2015 - 4:29:34 am UTC |
Do I have the correct time complexity? |
jeffreyxiao |
O(1) for Type and Undo O(log N) for GetLetter Edit: Java is just slow :( |
May 08, 2015 - 1:10:22 pm UTC |