0% found this document useful (0 votes)
26 views3 pages

3 Image Processing

This document provides information about a coding contest that is currently in progress and ends in 3 days. It includes sample inputs and outputs for coding problems/riddles participants need to solve as part of the contest. One riddle asks programmers to write a code that can solve for the cost of specific food/drink items given pricing information in the input.

Uploaded by

Janez Mocnik
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views3 pages

3 Image Processing

This document provides information about a coding contest that is currently in progress and ends in 3 days. It includes sample inputs and outputs for coding problems/riddles participants need to solve as part of the contest. One riddle asks programmers to write a code that can solve for the cost of specific food/drink items given pricing information in the input.

Uploaded by

Janez Mocnik
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

TeamSegFault

Challenges
Submissions
Leaderboard
The contest is in progress. It ends 3 days from now.
Contests
IEEEXtreme .! "#arm$p Session%
Demo_Problem_AB
Max Score: 100pts dynamic
&roblem
Submissions
Leaderboard
'iscussions
Louis Carrol wrote a nice riddle( )*i+en that one glass of lemonade, 3 sandwiches, and
biscuits, cost -./0 and that one glass of lemonade, . sandwiches, and -! biscuits, cost -/( find
the cost of 1 glasses of lemonade, 3 sandwiches, and 2 biscuits34
#e want you to write a program, gi+en the input in sample input - to gi+e the right solution, as a
rational number in a reduced form and positi+e denominator( -56-.
In some cases, the problem can not be sol+ed0 in which case you should output )34. For e7ample,
see sample input 1.
8ote that the first input line contains the number of lines in the rest of the input.
Sample input(1):
3
1 3 7 14
1 4 10 17
2 3 5
Sample output(1):
19/1
Sample input(2):
3
1 1 4 4 10
1 1 5 5 12
1 0 0 0
Sample output(2):
?
Sample input(3):
4
1 4 1 4 2 1 3 5 6
2 7 1 8 2 8 1 8 3
3 1 4 1 5 9 2 6 5
0 1 -11 11 -19 54 -43 -11
Sample output(3):
-77/1
Suggest Edits
Emacs 8ormal 9im
Select Language(
sa+e code
-
#include <stdio.h>
1
#include <string.h>
3
#include <!th.h>
.
#include <stdli".h>
2

:
int !in#$ %


;
/& 'nter (our code here. )e!d in*ut +ro ,-./0. 1rint out*ut to ,-.23- &/
5
return 04
-!
5
--

Line( - Col( - Count( -5!
$se a custom test case
This is a beta +ersion. <oin us on I=C at >hac?erran? on freenode for hugs or bugs.
Contest Calendar @ Alog @ Scoring @ En+ironment @ FBC @ Bbout $s @ Careers @ &ri+acy &olicy @ =eDuest a Feature

You might also like