Solution to the problem number timeloop of Kattis - timeloop.

Any questions do not hesitate to contact.

#include <bits/stdc++.h>
using namespace std;
int main()
{
    int a;
    while(scanf("%d",&a)==1)
    {
        for(int i=0; i<a;i++) cout<<i+1<<" Abracadabra\n";
    }
    return 0;
}

Don't miss anything.

Keep in touch with Isaac Lozano Osorio!