fork(1) download
  1.  
  2. n = 7;
  3. m = 2;
  4.  
  5. fi = (1 + (5 ** 0.5)) / 2
  6. print round((fi**n)/(5**0.5)) % m
Success #stdin #stdout 0s 23352KB
stdin
Standard input is empty
stdout
1.0