+ 1
Headerfile of random function
How can i use random function here when stdlib is not working https://code.sololearn.com/c36k5OB1QV0x/?ref=app
2 Respostas
+ 9
stdlib is fine
you used randomize()
instead of rand()
+ 7
Here is an example
https://code.sololearn.com/cIJSx4XjoXcj/?ref=app