Mirror MyselfProblem code: CYW05 |
Obtaining the mirror image of a string or a number has been few basic examples we did in our childhood. Lets extend this to the a new level. Write a program to obtain the mirror image of a 2D string array about two perpendicular lines passing from the mid point divides the lines into two equal halves. Note: Apply the required constraint.
Example
Input Abcde Bcdef Cdefg Output: Fgecd Efdbc Decab
| Author: | arnavch |
| Date Added: | 20-03-2010 |
| Time Limit: | 1 sec |
| Source Limit: | 50000 Bytes |
| Languages: | C, C99 strict, CLOJ, CPP 4.0.0-8, CPP 4.3.2, F#, GO, PERL6, PYTH 3.1.2, TEXT |
Comments

Fetching successful submissions

According to the problem as
According to the problem as the string is to be mirrored about two perpendicular lines would'nt the letters appear upside down in the test case?
You dnt have to care about
You dnt have to care about thr upside down as such.... Go as the sample input and asmple output
What is input restrictions ?
What is input restrictions ? How many strings are there ? What is the size of each ?
The Input Restrictions are to
The Input Restrictions are to be judged by uself as the past of the question....
Do we enter number of test
Do we enter number of test cases etc?
No we dnt
No we dnt
Could you clarify what you
Could you clarify what you said before referring to Input restrictions?
Input Restrictions are the
Input Restrictions are the part of the question that you have to judge urself... THINK and u will get it ... ALL THEE BEST !!!!
Seriously how does program
Seriously how does program know the number of rows of the matrix?
@govind:you have to take that
@govind:you have to take that as an input from user
This is a complete waste of
This is a complete waste of time.
@admin How to participate in
@admin
How to participate in this event?
Are the rounds linked in any way, and is any registration required?