Search found 3 matches

by rakibul6636
Thu Oct 03, 2019 5:50 am
Forum: Bugs and suggestions
Topic: UVa-10810 Quick ultra sort, getting RTE
Replies: 0
Views: 5045

UVa-10810 Quick ultra sort, getting RTE

my output is identical to Udebug and i did try with large value all are okay. but i'm getting RTE. i did check array overflow but that is fine. can anyone help? #include<bits/stdc++.h> using namespace std; long long cnt=0; void merge(int *A,int *L,int *R,int ln,int rn) { int i=0,j=0,k=0; while(i<ln&...
by rakibul6636
Thu Oct 03, 2019 5:49 am
Forum: Bugs and suggestions
Topic: UVa-10810 Quick ultra sort, getting RTE
Replies: 0
Views: 1362

UVa-10810 Quick ultra sort, getting RTE

my output is identical to Udebug and i did try with large value all are okay. but i'm getting RTE. i did check array overflow but that is fine. can anyone help? #include<bits/stdc++.h> using namespace std; long long cnt=0; void merge(int *A,int *L,int *R,int ln,int rn) { int i=0,j=0,k=0; while(i<ln&...
by rakibul6636
Mon Oct 01, 2018 11:27 am
Forum: Bugs and suggestions
Topic: 10018 - Reverse and Add
Replies: 0
Views: 5383

10018 - Reverse and Add

For this problem my solution give identical output to the udebug. but it get RE. though i run my code in online ide and it's fine.
what the problem. my solution below
https://paste.ubuntu.com/p/cRg43nsfKj/

Go to advanced search