#include <stdio.h>
int main (void) {
for (puts("one"); puts("two"); puts("four")) {
puts("three");
}
}