0
can any one tell me how to make a crash code
4 Respostas
+ 2
while (true) {
cout << "My users abuse me";
}
0
int i,j;
for(i=0;i<999999;i++)
{
cout << test< endl;
j=0;
for(j=0;j<999999;j++)
{
cout << test< endl;
i=0;
}
}
.
.
.
use loop in loop...
0
use nested loop😊😊
0
😀