diff --git a/queue_at_the_school.cpp b/queue_at_the_school.cpp index 78583d4..5fb2fe2 100644 --- a/queue_at_the_school.cpp +++ b/queue_at_the_school.cpp @@ -1,16 +1,19 @@ -#include - +#include using namespace std; int main(){ - int n, t; - cin>>n>>t; - - string s; - cin>>s; - - for(){ - - } - return 0; -} \ No newline at end of file + int n,t; + cin>>n>>t; + string s; + cin>>s; + while(t--){ + for(int i=0;i