Help please with study | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

Help please with study

#include <iostream> #include <cstdlib> using namespace std; int main() { srand(0); int range; int n; cin >> range; cin>>n; for (int x=0; x<4; x++){ for (n=0; n<10; n++){ cout<<rand()%10; } } return 0; }

13th Jun 2021, 4:39 PM
Vladimir Kushner
Vladimir Kushner - avatar
2 Answers
0
Please post the question too
13th Jun 2021, 5:49 PM
Atul [Inactive]
- 1
The task is named "Password for briefcase". 40.2 item.
13th Jun 2021, 4:43 PM
Vladimir Kushner
Vladimir Kushner - avatar