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;
}
Keep in touch with Isaac Lozano Osorio!