#include<<iostream>> vodi main() { cout<<"hello the world!"<<endl; }
#include<iostream> void main() { cout<<"hello the world!"<<endl; }
#include<iostream> using namespace std; void main() { cout<<"Hello World"<<endl; }
#include<iostream.h> void main() { cout<<"Hello World"<<endl; }