#include <stdio.h>
int main( void ) { printf( "hello!\n" ); getchar( ); return 0; }
int main( void ) { printf( "hello!\n" ); return 0; }