#include int main(int argc, char **argv) { if (argc != 3) return 1; for (int i = 0; i < argv[2][0] - '0'; i++) puts(argv[1]); return 0; }