@@ -0,0 +1,17 @@
#include <stdio.h>
#include <unistd.h>
// #include <iostream.h>
// #include <math.h>
int main()
{
int i,z;
for (i=0;i<100;i++)
// z = pow(2,i);
// cout << i << " " << z << ":";
usleep(100200);
}
return 0;
The note is not visible to the blocked user.