Untitled
unknown
c_cpp
a year ago
325 B
3
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