Untitled
unknown
plain_text
a year ago
186 B
3
Indexable
#include <iostream> #include <string> using namespace std; int main() { string x; int n = 0; x = "Meow"; cin >> n; while (n--) cout << x<<" "; }
Editor is loading...
#include <iostream> #include <string> using namespace std; int main() { string x; int n = 0; x = "Meow"; cin >> n; while (n--) cout << x<<" "; }