Problem hidden
This problem was hidden by Editorial Board member probably because it has incorrect language version or invalid test data, or description of the problem is not clear.

Problem hidden on 2014-11-11 01:33:16 by Francky

CENTURY - Century Or Not

no tags 

There was a lot of hype surrounding Sachin's 100th century. Now that he has made it, people are speculating could Sachin hit a century in this year's IPL. In cricket, on a ball you could score either of the following way- 1,2,3,4,5,6.
Given the number of 1's, 2's, 3's ,4's,5'sand 6's  scored by Sachin you have to find out whether he reached the century or not.

Input

First line will contain an integer T(T<50), the number of test cases. Next T lines will contain 6 space-seperated integers, number of i's scored by Sachin.

Output

For every test case, output "Sachin is God" if he scores a century or "Sachin falls short again by R runs", where R is the number of runs by which Sachin falls short of scoring a century.

Example

Input:
2
33 2 2 11 0 4
24 4 1 4 0 1

 Output: Sachin is God
Sachin falls short again by 43 runs

hide comments
Francky: 2014-11-11 01:32:31

No answer from psetter -> Problem hidden.

Min_25: 2014-11-04 13:49:07

This problem is broken:

Assertion failed:
- assert(scanf("%u", &T) == 1); or assert(scanf("%llu", &k) == 1);

@Rajesh Kumar
Please check the I/O files.

--ans(Francky)--> Email send to psetter.
Edit:
@Francky
Thank you.

Last edit: 2014-11-05 03:55:35

Added by:Rajesh Kumar
Date:2012-03-18
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:ASM32-GCC MAWK BC C-CLANG C NCSHARP C++ 4.3.2 CPP CPP14 CPP14-CLANG COBOL COFFEE D-CLANG D-DMD DART ELIXIR FANTOM FORTH GOSU GRV JS-MONKEY JULIA KTLN NIM NODEJS OBJC OBJC-CLANG OCT PICO PROLOG PYPY PYPY3 PY_NBC R RACKET RUST CHICKEN SQLITE SWIFT UNLAMBDA VB.NET