You are on page 1of 1

#include "stdafx.

h"
#include "iostream"
#include "conio.h"
#include"stdio.h"
#include <cstdlib>
#include <ctime>

using namespace System;


using namespace std;

int main()
{
srand(time(NULL));

_getch();
return 0;

You might also like