#include <stdio.h> uint main() { int i=0; for (i = 1; i <= 5; i++) { printf( "aimtocode\n"); } return 0; }