#include int main(int, char**) { printf("hello\n"); return 0; }