- Input the number of testcases required.
- Also, input the number of lines/elements per testcase.
- Click on submit.
- You will notice the required number of input boxes available.
-
- firstly choose
int
(for integer),sp-int
(for space separated integer values),char
(for a character), orstring
(a string). - Your 2nd and 3rd elements are the lower bound and upper bound of the value required, whenever applicable.
In case of
string
, they signify the length of the string. - Your 4th element denotes the number of space-separated integers. For Example :-
will give testcases in the following form :int 1 1000 char sp-int 1 100 5 string 4 40
which is repeated the specified number of times.823 f 34 13 83 92 8 kjsdnldide
- firstly choose