[gcj] In Cryptopangrams My code is successful executes given sample tests but it is RE when i am submitting can any one place check my code

2020-03-31 Thread venkata rajesh thotapalli
import java.util.*; import java.math.BigInteger; class Solution { public static void main(String arr[]) { Scanner p=new Scanner(System.in); int t=p.nextInt(); int im=1; while(t>=1) { BigI

Re: [gcj] Qualification Round 2019 - Google Code Jam 2019 Cryptopangrams (10pts, 15pts) could any one please check the code results WA though i passed sample test case

2020-03-31 Thread venkata rajesh thotapalli
Hi bro can i have your number to for further communication. Because I have some doubts On Tue, Mar 31, 2020, 9:03 PM PAGADALA SAINADTH wrote: > #include > #include > #include > #include > using namespace std; > int main(){ > ios::sync_with_stdio(0); > cin.tie(0); > int te; > cin

Re: [gcj] Qualification Round 2019 - Google Code Jam 2019 Cryptopangrams (10pts, 15pts) could any one please check the code results WA though i passed sample test case

2020-03-31 Thread venkata rajesh thotapalli
Ok On Tue, Mar 31, 2020, 11:10 PM PAGADALA SAINADTH wrote: > Ofcourse bro you communicate with me on hangouts > > On Tuesday, March 31, 2020 at 10:48:30 PM UTC+5:30, venkata rajesh > thotapalli wrote: >> >> Hi bro can i have your number to for further communication

Re: [gcj] Foregone Solution, Code running perfectly on system, but getting RE while running a test Case

2020-04-01 Thread venkata rajesh thotapalli
Send your code On Wed, Apr 1, 2020, 9:39 PM Nikhil Kumar vats wrote: > Here is the code, > https://pastebin.com/mU2A5pd S > > It is working fine, in my local system but while submitting online in > codejam IDE, I am getting runtime, for even give below set of inpu