Back

python input output error

Created 3 years ago
210 Views
3 Comments
Vaishnavi5zowg6
@Vaishnavi5zowg6
Vaishnavi5zowg6
@Vaishnavi5zowg6Profile is locked. Login

Input Description:
First-line indicates two integers which are the size of array and 'K' value. Second-line indicates an integer contains elements of an array.

Output Description:
Print the taken input in the same format.

Sample Input :
5 3
1 2 3 4 5
Sample Output :
5 3
1 2 3 4 5

I get the output but have a error in test case 2 can anyone help me to solve this

Comments (3)
Please login to comment.