#include <stdio.h>
int main(void) {
int count;
for (count = 1; count <= 666; count++)
printf("i will not spam the interwebs");
return 0;
}