strings

CF

Three Strings

Three Strings: Given N string values, the program must print 3 string values as the output as described in the Example Input/Output section.…
PythonF

Four Strings Square

Four Strings Square: Four strings all having the same length L are passed as the input to the program. The four strings must be printed in a…
CF

Isolate Interlaced Strings

Two string values S1 and S2 are interlaced and passed as a single input string S. Given L1 which is the length of S1, print S1 and S2 as the…
CF

Merge Strings

Two strings S1 and S2 can be concatenated to form string S3. If certain characters of the first part of S2 matches with those…
PythonF

Four Strings Rectangle

Four strings out of which two have the same length L1 and the remaining two have the same length L2 are passed as the input to the program.…
CF

Print Strings for Number

A number N is passed as the input to the program. Each digit in the number represents an alphabet (a for 1, b for 2 …) based on the…