mirror of
https://gitcode.com/Zengtudor/alg2025.git
synced 2025-08-21 18:52:07 +00:00
update
This commit is contained in:
parent
eeeb774996
commit
7f08957050
@ -1,5 +1,6 @@
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#include <random>
|
||||||
int main(){
|
int main(){
|
||||||
int a;
|
std::random_device rd;
|
||||||
std::cout<<a<<'\n';
|
std::cout<<rd()<<'\n';
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user