JH1 - Size Contest!!!Reloaded!!
After seeing the popularity of the question size contest, Aradhya thought of adding its new version.
The problem statement is really simple. You are given 'n' and and then next n lines contain 'n' numbers.You have to calculate p and q.
'p' is the sum of numbers at even places ,but we add them only if they are positive.
'q' is the sum of numbers at odd places,but we add them only when they are negative.
Then you need to find the absolute value of p and q.
If p is greater than q or equal to q,then print "Some Mirrors Lie!". ( without quotes )
If q is greater than p, then print "Every Girl Lies!" ( without quotes )
Input
First line contains a integer t=number of test cases.
Then each test case contains a number n. and next line conatin 'n' numbers separated by a space.
1<=n<=100
and the numbers are less than 10^18
Output
A single line for each test case as described above.
Example
Input: 1
5
-1 2 -3 5 -4
Output:
Every Girl Lies!
Mind you--->The less your fingers work .The more you GAIN!!!
Note -- > Source Limit is made a little strict !!.. So chill out !!
hide comments
:):
2013-11-11 14:54:45
the source limit is very-2 low increase it please
|
|
(Tjandra Satria Gunawan)(曾毅昆):
2013-11-11 14:54:45
finally found my mistake...
|
|
Aradhya:
2013-11-11 14:54:45
@tjandra:: no problem.. and you r awesome:) n i know u will do it :) |
|
(Tjandra Satria Gunawan)(曾毅昆):
2013-11-11 14:54:45
OMG!! my both submissions are wrong -__-" |
|
Aradhya:
2013-11-11 14:54:45
@tjandra -- fixed :P n thanks for your suppport :) |
|
(Tjandra Satria Gunawan)(曾毅昆):
2013-11-11 14:54:45
test case is ok (not wrong), but weak... My first submission should fail in some special case, but it was accepted... |
|
Aradhya:
2013-11-11 14:54:45
@tjandra-- u mean to say there is something wrong with any test case ? |
|
(Tjandra Satria Gunawan)(曾毅昆):
2013-11-11 14:54:45
test cases are weak... my wrong solution (ID: 7232165) was accepted (AC)! |
Added by: | Aradhya |
Date: | 2012-06-29 |
Time limit: | 1s |
Source limit: | 250B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All except: ASM64 |
Resource: | Own Problem |