system("pause");
#include <cstdlib> using namespace std; int main() { cout << "yup"; system("pause"); |