Hello friends!!!!!
C++
10/22/20241 min read
#include <iostream>
using namespace std;
int main() {
int n = random();
cout<<" "<<n<<endl;
return 0;
}
1968078301
=== Code Execution Successful ===