diff --git a/queue_at_the_school.cpp b/queue_at_the_school.cpp index 78583d4..f3b3ea1 100644 --- a/queue_at_the_school.cpp +++ b/queue_at_the_school.cpp @@ -1,16 +1,23 @@ -#include - +#include using namespace std; -int main(){ - int n, t; - cin>>n>>t; - +int main() { + int n,t; + cin >> n >> t; string s; - cin>>s; - - for(){ - + cin >> s; + + for(int time=0; time