求各位奆佬帮忙!!!!
用rand()写一下随机生成left到right随机long long型整数的c++函数
rand()
left
right
long long
c++
#include <bits/stdc++.h> #defind l long long using namespace std; l getrand(l left,l right){ ...>各位奆佬的代码 }