Skip to content

Instantly share code, notes, and snippets.

@saman021
Created May 3, 2013 20:33
Show Gist options
  • Save saman021/5513829 to your computer and use it in GitHub Desktop.
Save saman021/5513829 to your computer and use it in GitHub Desktop.
#include <iostream>
#include <conio>
#include <stdlib>
int main()
{
const n=10,f=10;
int a[n],b[f];
radomize()
random(100)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment