#include int main(){ printf("hello world\n"); int a=1; int b=1; printf("%d",a+b); return 0; }