fork download
  1. x = 1;
  2.  
  3. while (5 ** x % 47533 != 1):
  4. x += 1;
  5.  
  6. print(x)
Time limit exceeded #stdin #stdout 5s 9064KB
stdin
Standard input is empty
stdout
Standard output is empty