#include int main() { int x = 42; printf("first\n"); printf("second\n"); return 0; }