@@ -0,0 +1,9 @@
#include <stdio.h>
#include <stdlib.h>
int Ergebnis;
int main()
{
Ergebnis = rand ();
printf("Variable = %05d\n", Ergebnis);
return(0);
}
The note is not visible to the blocked user.