Universal ZeroProblem code: AXR3P4 |
All submissions for this problem are available.
I think all of you would be knowing the TV series the big bang theory, so as usual one day Sheldon cooper was having a problem which he was frustrated with so leonard tries to help as they eagerly wanted to go to the comic book store. But it turned out that leonard too was finding it difficult. So they posted the Question on the internet here for u..
CAN U HELP THEM??.!!!!!
Consider the sequence of digits from 1 through N (where N=9) in increasing order
1 2 3 4 5 . . . N
and insert either a (+) for addition or a (-) for subtraction or a ( ) [blank] to run the digits together. Now sum the result and see if you get zero.
Write a program that will find all sequences of length N that produce a ZERO SUM. You cannot put a symbol in front of the first number that is 1.
INPUT:
Each line will have a input value for N. You should read all the values and output all the sequences of the length N that produce a zero sum. The end of file is denoted by #.
OUTPUT:
The output should produce all the possible combinations of sequences for each value of N. print each combination on a different line.
SAMPLE INPUT: 3 # SAMPLE OUTPUT: 1+2-3
| Author: | admin |
| Date Added: | 30-09-2009 |
| Time Limit: | 3 sec |
| Source Limit: | 50000 Bytes |
| Languages: | ADA, ASM, BASH, BF, C, C99 strict, CAML, CLOJ, CLPS, CPP 4.0.0-8, CPP 4.3.2, CS2, D, F#, FORT, GO, HASK, ICK, ICON, JAR, JAVA, JS, LISP clisp, LISP sbcl, LUA, NEM, NICE, PAS fpc, PAS gpc, PERL, PERL6, PHP, PIKE, PRLG, PYTH, PYTH 3.1.2, RUBY, SCALA, SCM guile, SCM qobi, ST, TEXT, WSPC |
Comments
SUCCESSFUL SUBMISSIONS FOR THIS PROBLEM:
HELP
Program should read from standard input and write to standard output. After you submit a solution you can see your results by clicking on the [My Submissions] tab on the problem page. Below are the possible results:
- Accepted
Your program ran successfully and gave a correct answer. If there is a score for the problem, this will be displayed in parenthesis next to the checkmark. - Time Limit Exceeded
Your program was compiled successfully, but it didn't stop before time limit. Try optimizing your approach. - Wrong Answer
Your program compiled and ran succesfully but the output did not match the expected output. - Runtime Error
Your code compiled and ran but encountered an error. The most common reasons are using too much memory or dividing by zero. For the specific error codes see the help section. - Compilation Error
Your code was unable to compile. When you see this icon, click on it for more information.
If you are still having problems, see a sample solution here.

Fetching successful submissions

"Consider the sequence of