#include<stdio.h> #include<conio.h> int main(){ getch(); }
#include <iostream> int main(){ system ("pause"); }