From 77ce464f44e783a268f03c4d3ef126f884e03ee3 Mon Sep 17 00:00:00 2001 From: Sri <125361561+srisatya31@users.noreply.github.com> Date: Wed, 20 Mar 2024 18:28:25 +0530 Subject: [PATCH] Update shooshuns and sequence.cpp --- shooshuns and sequence.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shooshuns and sequence.cpp b/shooshuns and sequence.cpp index 8e65c41..2cc6ecf 100644 --- a/shooshuns and sequence.cpp +++ b/shooshuns and sequence.cpp @@ -28,7 +28,7 @@ void swap_int(int *a , int *b) *b = temp ; } -int solve (int testcase) +void solve (int testcase) { int n , k , pos = 0 , count = 0 ; cin >> n >> k ;