[gcj] Re: My code( in Python 3 ) works fine during the test but it shows Wrong answer during submission of Round A allocation(kisckstart 2020)

2020-05-02 Thread Liza Jivnani
Heyy, Thanks a lot.. can you teach me how can I make my code efficient enough so that it can pass second test too? -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To unsubscribe from this group and stop receiving emails from it, send an

[gcj] Re: My code( in Python 3 ) works fine during the test but it shows Wrong answer during submission of Round A allocation(kisckstart 2020)

2020-05-01 Thread porker2008
Your output should match the given format and shouldn't contain extra white spaces *T = int(input())* *for i in range(1,T+1):* *N, B = input().split()* *N, B = int(N), int(B)* *A = []* *expense = 0* *y = 0* *A = [int(x) for x in input().split()]* *for k in