#include <iostream> #include <conio> using namespace std; int main() { cout << "test"; getch(); return 0; }