Solution to the problem number 116 of AceptaelReto - 116.

Any questions do not hesitate to contact.

#include <bits/stdc++.h>
using namespace std;
int main() {
    int cases; cin>>cases;
    while(cases--)
    {
        cout<<"Hola mundo.\n";
    }
    return 0;
}

Don't miss anything.

Keep in touch with Isaac Lozano Osorio!