Thông tin
/**************************
Welcome to GDB Online. GDB online is an online compiler and debugger tool for C, C++, Python, Java, PHP, Ruby, Perl, C#, OCaml, VB, Swift, Pascal, Fortran, Haskell, Objective-C, Assembly, HTML, CSS, JS, SQLite, Prolog. Code, Compile, Run and Debug online from anywhere in world.
*************************/
include <bits/stdc++.h>
using namespace std ;
define ll long long
int main() { string s; cin>>s; int t; cin>>t; for( int i=0; i<t* s.size(); i++){ if( s[i] =='B' and s[i+1]=='G'){ s[i] = 'G'; s[i]='B' ;}
}
COUT<<
return 0;
}