Untitled
unknown
c_cpp
2 years ago
325 B
6
Indexable
#include <iostream>
#include <cmath>
#include <string>
#include <windows.h>
using namespace std;
int fuf2(int z)
{
return z;
}
void integer(int n)
{
int g[10000] = {};
for (int i = 0; i < n; i++)
{
g[i] = rand();
cout << g[i] << endl;
}
}
int main(){ int n;
cin >> n;
integer(n);
}Editor is loading...
Leave a Comment