Untitled
user_0563559
c_cpp
2 years ago
181 B
7
Indexable
#include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL, "Russian");
int c;
cin >> c;
for (int i = 0; i < c; ++i) {
cout << "meow!";
}
}Editor is loading...