Wednesday, 16 September 2015

C++ Matrix














#include<iostream>
#include<windows.h>
#include<stdlib.h>
int main()
{   int as;
    system("color 02");
    while(1)
    std::cout<<(as=rand());

}



No comments:

Post a Comment