Source Code
#include<bits/stdc++.h>
using namespace std;
int main(){
    int n;
    cin >> n;
    while(n--)
    cout << "MEOW" << endl;
}
Copy
Welcome EyadBT
GNU G++17
3 ms
932 KB
Accepted