#include<cstdlib> #include<iostream> int main() { std::cout << "hello word!" << std::endl; system("pause"); return 0; }