#include <stdio.h> void main(void) { int i; for (i = 0; i < 1000; i++) { printf ("つーか、マンコだろ!!\n"); } }