1 #include<bits/stdc++.h> 2 using namespace std; 3 4 int main(){ 5 puts("hello world!"); 6 return 0; 7 }