Beginner
Beginners Problems > Ad-hoc
This is a very simple problem. We give you a string; you reverse it and print it out. The input string will contain ASCII characters only. But it can have space, tabs etc. as well. The end of the string will be always by new line character. Input: ------ Input starts with an integer **T (≤ 30)**, denoting the number of test cases. Each test case will have one line containing the string to reverse. Length of the strings will be less than 1000 characters. Output: ------- For each test case, print the reversed string on a line. Check sample input / output below to understand the format. Sample Input ------------ 3 Reverse eye I am at home. Sample Output ------------- esreveR eye .emoh ta ma I
Language | Time Limit (seconds) |
C | 1.00 |
C++ | 1.00 |
C++14 | 1.00 |
C# | 2.00 |
Go | 2.00 |
Java | 2.00 |
JavaScript | 2.00 |
Objective-C | 2.00 |
Perl | 2.00 |
PHP | 2.00 |
Python | 2.00 |
Python3 | 2.00 |
Ruby | 2.00 |
VB.Net | 2.00 |
Solve/Submission
# | User | Language | Timing |
---|---|---|---|
01 | ATIK161 | Cpp14 | 0.00s |
02 | return_SS | Cpp14 | 0.00s |
03 | Mubeen | Cpp14 | 0.00s |
04 | ronok_cse | Cpp14 | 0.00s |
05 | Abdullah2222 | Cpp14 | 0.00s |
06 | Masum_ice | Cpp14 | 0.00s |
07 | Indro_BU | Cpp14 | 0.00s |
08 | Avijeet | Cpp14 | 0.00s |
09 | maxhasan | Cpp14 | 0.00s |
10 | lazyfahim | Cpp14 | 0.00s |
11 | Kira | Cpp14 | 0.00s |
12 | gazi93 | Cpp14 | 0.00s |
13 | sharifulalam | Cpp14 | 0.00s |
14 | The_Viper | Cpp14 | 0.00s |
15 | gulzar | Cpp14 | 0.00s |
16 | jayed_al_hasan | Cpp14 | 0.00s |
17 | iftekher2283 | Cpp14 | 0.00s |
18 | ash12 | Cpp14 | 0.00s |
19 | Mr_KAJOL | Cpp14 | 0.00s |
20 | hrOarr | Cpp14 | 0.00s |
21 | m_rony | Cpp14 | 0.00s |
22 | Khayrul_34 | Cpp14 | 0.00s |
23 | nuralam | Cpp14 | 0.00s |
24 | Iqbal1013 | Cpp14 | 0.00s |
25 | shawon100 | Cpp14 | 0.00s |
26 | joy25896 | Cpp14 | 0.00s |
27 | MAHRahat | Cpp14 | 0.00s |
28 | zitul_mahmud | Cpp14 | 0.00s |
29 | SakibAlamin | Cpp14 | 0.00s |
30 | Nazmul0092 | Cpp14 | 0.00s |
31 | biswajitdas | Cpp14 | 0.00s |
32 | muhaimin | Cpp14 | 0.00s |
33 | gsshanto | Cpp14 | 0.00s |
34 | Rafsan35 | Cpp14 | 0.00s |
35 | giash_uddin | Cpp14 | 0.00s |
36 | rykamol | Cpp14 | 0.00s |
37 | terminator_c | Cpp14 | 0.00s |
38 | HM39 | Cpp14 | 0.00s |
39 | abufarhad | Cpp14 | 0.00s |
40 | nazmul_bzs | Cpp14 | 0.00s |
41 | Core_i14 | Cpp14 | 0.00s |
42 | beginer | Cpp14 | 0.00s |
43 | non_coder | Cpp14 | 0.00s |
44 | Mhkhaled | Cpp14 | 0.00s |
45 | seyedssz | Cpp14 | 0.00s |
46 | tico88612 | Cpp14 | 0.00s |
47 | Ruhul1975 | Cpp14 | 0.00s |
48 | Aizen | Cpp14 | 0.00s |
49 | susmoys | Cpp14 | 0.00s |
50 | smriad | Cpp14 | 0.00s |
Copyright © 2015-2016 Dev Skill.