USTC-CAPTCHA

自动填充USTC统一身份认证系统的验证码

  1. // ==UserScript==
  2. // @name USTC-CAPTCHA
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.0
  5. // @description 自动填充USTC统一身份认证系统的验证码
  6. // @author H-OH
  7. // @match https://passport.ustc.edu.cn/login
  8. // @match https://passport.ustc.edu.cn/login?*
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. (function()
  13. {
  14. "use strict";
  15.  
  16. window.onload=()=>
  17. {
  18. let img=document.getElementsByClassName("validate-img")[0];
  19. let canvas=document.createElement("canvas");
  20. let ctx=canvas.getContext("2d");
  21. canvas.width=img.naturalWidth;
  22. canvas.height=img.naturalHeight;
  23. ctx.drawImage(img,0,0);
  24.  
  25. let wow=load_data();
  26. let res=[];
  27. for(let i=0; i<4; i++)
  28. {
  29. let imageData=ctx.getImageData(i*21+26,1,20,29);
  30. let data=Array.from(imageData.data);
  31.  
  32. let gray=new Array(imageData.data.length/4).fill(0);
  33. gray=gray.map((_,t)=>
  34. {
  35. let u=0.299*data[4*t]+0.587*data[4*t+1]+0.114*data[4*t+2];
  36. return u<100?1:0;
  37. });
  38.  
  39. let dis=wow.map(w=>
  40. {
  41. let norm=gray.reduce((s,u,t)=>s+(u-w[t])**2,0);
  42. return Math.sqrt(norm);
  43. });
  44.  
  45. res.push(dis.indexOf(Math.min(...dis)));
  46. }
  47.  
  48. document.getElementById("validate").value=res.join("");
  49. };
  50.  
  51. function load_data()
  52. {
  53. return [[0.02666667,0.00666667,0.01333333,0.00666667,0.01333333,0.01333333,0.01333333,0.00666667,0.00666667,0.01333333,0.02666667,0.01333333,0.02,-0.0,0.01333333,0.02666667,-0.0,0.02,0.01333333,0.02,0.04,0.02,0.00666667,0.01333333,0.01333333,-0.0,0.01333333,0.01333333,0.01333333,0.00666667,0.02666667,0.02666667,0.00666667,-0.0,0.01333333,0.03333333,0.00666667,-0.0,0.00666667,0.01333333,-0.0,0.02,0.00666667,-0.0,0.00666667,0.01333333,0.02666667,-0.0,0.02666667,0.02,0.00666667,0.01333333,-0.0,0.00666667,0.01333333,0.03333333,0.02666667,0.00666667,0.01333333,0.02,0.01333333,0.01333333,0.00666667,0.00666667,0.04,0.01333333,0.02666667,1.0,1.0,1.0,1.0,1.0,1.0,0.02666667,0.01333333,0.02,0.01333333,0.01333333,0.01333333,0.01333333,0.01333333,0.00666667,0.01333333,0.02666667,0.02666667,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00666667,-0.0,0.01333333,0.00666667,0.03333333,0.01333333,0.02,0.02666667,0.00666667,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00666667,0.00666667,0.01333333,-0.0,0.00666667,0.01333333,0.02666667,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.03333333,0.01333333,0.02,0.01333333,-0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.02,0.00666667,0.03333333,-0.0,1.0,1.0,1.0,1.0,1.0,1.0,-0.0,0.01333333,0.00666667,0.04,1.0,1.0,1.0,1.0,1.0,-0.0,0.04,0.0,0.02,0.01333333,0.02,1.0,1.0,1.0,1.0,1.0,-0.0,0.03333333,0.00666667,0.01333333,1.0,1.0,1.0,1.0,1.0,0.01333333,0.01333333,0.00666667,0.01333333,0.01333333,0.01333333,1.0,1.0,1.0,1.0,1.0,0.02,0.02,0.01333333,1.0,1.0,1.0,1.0,1.0,0.01333333,0.00666667,0.00666667,0.0,-0.0,0.01333333,0.02,0.00666667,1.0,1.0,1.0,1.0,1.0,0.02666667,-0.0,1.0,1.0,1.0,1.0,1.0,0.0,0.00666667,0.00666667,0.01333333,0.02666667,0.0,0.00666667,0.00666667,1.0,1.0,1.0,1.0,1.0,0.01333333,0.00666667,1.0,1.0,1.0,1.0,1.0,0.02,0.02,0.01333333,0.00666667,-0.0,0.02,0.02666667,-0.0,1.0,1.0,1.0,1.0,1.0,0.00666667,0.02,1.0,1.0,1.0,1.0,1.0,0.00666667,0.0,0.03333333,0.01333333,0.00666667,0.02666667,0.02,0.00666667,1.0,1.0,1.0,1.0,1.0,0.00666667,0.02666667,1.0,1.0,1.0,1.0,1.0,0.00666667,0.02666667,0.00666667,0.02,0.0,0.02,0.02,0.04666667,1.0,1.0,1.0,1.0,1.0,0.02,-0.0,1.0,1.0,1.0,1.0,1.0,0.01333333,0.01333333,0.01333333,0.00666667,0.01333333,0.00666667,0.00666667,0.00666667,1.0,1.0,1.0,1.0,1.0,0.01333333,0.01333333,1.0,1.0,1.0,1.0,1.0,0.01333333,0.00666667,0.01333333,0.01333333,0.00666667,0.00666667,-0.0,0.02,1.0,1.0,1.0,1.0,1.0,0.00666667,0.00666667,1.0,1.0,1.0,1.0,1.0,0.00666667,0.02,0.00666667,0.0,0.02666667,0.00666667,0.00666667,-0.0,1.0,1.0,1.0,1.0,1.0,0.01333333,-0.0,0.01333333,1.0,1.0,1.0,1.0,1.0,0.02,0.00666667,0.02,0.0,0.01333333,0.00666667,1.0,1.0,1.0,1.0,1.0,0.02,0.01333333,0.02,0.01333333,1.0,1.0,1.0,1.0,1.0,0.0,0.02,-0.0,0.01333333,0.00666667,0.02,1.0,1.0,1.0,1.0,1.0,0.02666667,0.02,0.00666667,0.04666667,1.0,1.0,1.0,1.0,1.0,1.0,0.00666667,0.00666667,0.0,0.01333333,1.0,1.0,1.0,1.0,1.0,1.0,0.0,-0.0,0.00666667,0.00666667,0.01333333,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.03333333,-0.0,0.00666667,0.02,0.00666667,0.01333333,0.00666667,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01333333,0.0,0.02,0.02,0.02666667,0.01333333,0.02,0.02,0.00666667,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.02,0.02,0.02666667,0.01333333,0.00666667,0.01333333,0.02,0.01333333,0.02666667,0.01333333,0.01333333,0.02,1.0,1.0,1.0,1.0,1.0,1.0,0.01333333,0.01333333,0.01333333,0.01333333,0.02666667,0.02,0.01333333,0.00666667,0.01333333,0.02,0.01333333,-0.0,0.01333333,0.00666667,0.00666667,0.02,-0.0,0.00666667,0.02,0.00666667,0.02,0.01333333,0.00666667,0.01333333,0.00666667,0.00666667,0.00666667,0.01333333,0.00666667,0.02,0.02,0.01333333,0.00666667,0.02,0.01333333,0.00666667,0.00666667,0.01333333,0.00666667,0.00666667,0.02666667,0.03333333,0.00666667,0.01333333,0.02666667,0.00666667,-0.0,0.02,0.00666667,0.03333333,0.00666667,0.04,0.00666667,0.01333333,0.00666667,0.01333333,0.00666667,0.01333333,0.00666667,0.00666667,0.00666667,0.01333333,0.00666667,0.01333333,0.00666667,0.02666667,0.00666667,-0.0,0.01333333,0.01333333,0.01333333,0.02,0.01333333,0.00666667,0.02,0.01333333,0.01333333,0.00666667,0.01333333,-0.0,0.00666667,0.02,-0.0,0.01333333,0.00666667,0.01333333,0.01333333],
  54. [0.005,0.02,0.005,0.01,0.02,0.01,0.005,0.01,0.015,0.005,0.01,0.005,0.005,0.02,0.02,0.015,0.005,0.01,0.005,0.02,0.01,0.025,0.015,0.01,0.02,0.01,0.02,0.01,0.01,0.01,0.005,-0.0,0.005,0.005,0.02,0.025,0.015,0.015,0.005,0.01,0.03,0.01,0.005,0.015,0.01,0.005,-0.0,0.02,0.01,0.02,0.015,0.005,-0.0,0.01,0.02,0.015,0.005,0.01,0.02,0.015,0.01,0.015,0.01,0.025,0.01,0.01,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01,0.015,0.005,0.005,0.015,-0.0,-0.0,-0.0,0.01,0.005,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.01,0.015,0.005,0.025,0.015,0.03,0.015,0.005,0.015,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.025,0.01,0.01,-0.0,0.015,0.005,0.0,0.02,0.005,0.01,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.005,0.015,0.015,0.025,0.025,0.01,-0.0,0.01,0.01,0.03,1.0,1.0,1.0,0.015,0.01,1.0,1.0,1.0,1.0,1.0,0.015,0.01,0.015,0.015,0.01,0.01,0.025,0.01,0.025,0.015,0.005,0.02,0.01,0.03,0.025,1.0,1.0,1.0,1.0,1.0,0.005,0.01,0.01,0.01,0.005,0.0,0.01,0.01,0.01,0.02,0.005,0.01,0.01,0.015,0.005,1.0,1.0,1.0,1.0,1.0,0.02,0.015,0.005,0.005,-0.0,0.025,0.01,0.015,0.015,0.015,0.03,0.01,0.01,0.01,0.005,1.0,1.0,1.0,1.0,1.0,0.02,0.01,0.01,0.015,0.01,0.015,0.005,0.01,0.005,0.005,0.005,0.015,0.005,0.015,0.01,1.0,1.0,1.0,1.0,1.0,0.0,0.005,0.005,0.015,0.01,-0.0,0.01,0.015,0.02,0.01,0.0,0.005,0.01,0.02,0.02,1.0,1.0,1.0,1.0,1.0,0.01,0.01,0.02,0.01,0.005,0.04,0.005,0.01,0.02,0.015,0.01,0.015,0.0,0.01,0.01,1.0,1.0,1.0,1.0,1.0,0.0,0.005,0.015,0.025,0.015,0.015,0.02,0.025,0.015,0.005,0.015,0.005,0.02,0.015,0.01,1.0,1.0,1.0,1.0,1.0,0.005,0.03,0.005,0.005,0.015,0.02,0.02,0.025,0.01,0.005,0.005,0.005,0.03,0.015,0.015,1.0,1.0,1.0,1.0,1.0,0.01,0.03,0.005,0.01,0.03,0.01,0.01,0.015,0.02,0.015,-0.0,0.015,-0.0,0.015,-0.0,1.0,1.0,1.0,1.0,1.0,0.005,0.015,0.005,0.005,0.01,0.03,0.015,0.015,0.015,0.025,0.015,0.015,0.005,0.005,0.005,1.0,1.0,1.0,1.0,1.0,0.035,0.025,0.015,0.015,0.015,0.015,0.005,0.01,0.005,0.015,0.01,0.02,0.01,0.005,0.015,1.0,1.0,1.0,1.0,1.0,0.03,0.025,0.01,0.01,0.01,0.01,0.015,0.01,0.01,0.005,0.0,-0.0,0.01,0.02,0.005,1.0,1.0,1.0,1.0,1.0,0.005,0.01,0.005,0.015,0.005,0.01,0.03,0.01,0.01,0.02,0.01,0.005,0.0,0.01,0.005,1.0,1.0,1.0,1.0,1.0,0.015,0.01,0.015,0.02,0.005,0.015,0.01,0.015,0.02,0.005,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.015,0.02,0.005,0.01,-0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.025,0.005,0.015,0.015,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.03,0.02,0.005,0.015,0.005,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.03,0.0,0.015,0.005,0.03,0.01,0.01,0.01,0.015,0.01,0.0,0.0,0.02,0.02,0.005,0.02,0.01,0.005,-0.0,0.01,0.015,0.02,0.025,0.01,0.015,0.01,0.01,0.01,0.005,0.005,0.025,0.01,0.005,0.005,0.02,0.025,0.015,0.015,0.01,0.0,0.0,0.015,0.015,0.015,0.01,0.015,-0.0,0.005,0.02,-0.0,0.01,0.005,0.01,0.005,0.01,0.03,0.005,0.01,0.01,0.02,0.015,0.015,0.015,0.02,0.01,0.015,0.01,0.005,0.005,0.005,0.02,0.03,0.01,0.015,0.01,0.02,0.01,0.005,0.005,0.015,0.025],
  55. [0.00487805,0.01463415,0.01463415,0.00487805,0.0097561,0.0195122,0.02926829,0.01463415,0.0097561,0.02439024,0.00487805,0.0097561,0.02439024,0.00487805,0.01463415,0.00487805,0.00487805,0.01463415,0.0097561,0.02926829,-0.0,0.0,0.0097561,-0.0,0.02439024,0.00487805,0.0097561,0.01463415,0.0195122,0.0097561,0.0097561,0.0195122,0.0195122,-0.0,0.0097561,0.01463415,0.0195122,0.0097561,0.00487805,0.0097561,0.0097561,0.00487805,0.01463415,0.00487805,0.01463415,0.0097561,-0.0,0.0195122,0.01463415,0.0097561,0.0097561,0.01463415,0.00487805,0.00487805,0.01463415,0.02439024,0.01463415,0.02926829,0.01463415,0.0097561,0.01463415,0.0195122,0.00487805,0.0195122,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01463415,0.02439024,0.0,0.0195122,0.00487805,0.0097561,0.00487805,0.0097561,0.00487805,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.02439024,0.02926829,0.0097561,0.01463415,0.02926829,0.0097561,0.00487805,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00487805,0.0195122,0.0097561,0.02926829,0.0195122,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00487805,0.0097561,0.0097561,0.01463415,0.01463415,1.0,1.0,1.0,1.0,0.02439024,0.00487805,0.0097561,0.02439024,-0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0195122,0.02439024,0.01463415,0.0195122,1.0,0.0195122,0.01463415,0.00487805,0.0195122,0.0195122,0.0097561,0.01463415,0.0195122,0.0097561,1.0,1.0,1.0,1.0,1.0,1.0,0.01463415,0.0097561,0.0097561,0.0097561,0.0195122,0.0195122,0.00487805,0.0097561,-0.0,0.0097561,0.0,0.0097561,0.02926829,0.00487805,0.00487805,1.0,1.0,1.0,1.0,1.0,0.0097561,0.01463415,0.01463415,0.01463415,0.00487805,0.0195122,0.02439024,0.01463415,0.0097561,0.0097561,-0.0,0.0097561,0.02439024,0.01463415,0.0195122,1.0,1.0,1.0,1.0,1.0,0.0097561,0.00487805,0.01463415,0.01463415,0.0097561,0.02439024,0.00487805,0.00487805,0.0,0.02439024,0.0097561,0.0195122,0.01463415,0.01463415,0.00487805,1.0,1.0,1.0,1.0,1.0,0.01463415,0.0195122,0.01463415,0.0097561,0.00487805,0.0097561,0.0195122,0.01463415,0.00487805,0.00487805,0.0195122,0.01463415,0.0195122,0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00487805,0.00487805,0.0097561,0.01463415,0.01463415,0.00487805,0.02926829,0.00487805,0.01463415,0.01463415,0.00487805,0.01463415,0.01463415,1.0,1.0,1.0,1.0,1.0,1.0,0.01463415,0.0097561,0.0097561,0.0195122,0.0097561,0.00487805,0.01463415,0.01463415,0.0195122,0.01463415,0.02439024,0.00487805,0.0097561,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01463415,0.0195122,0.01463415,0.02439024,0.01463415,0.00487805,0.0195122,0.0097561,0.00487805,0.0195122,0.0097561,-0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0195122,0.01463415,0.0195122,0.0097561,0.02439024,0.00487805,0.0195122,0.0097561,0.0097561,0.01463415,0.01463415,0.0097561,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01463415,0.01463415,-0.0,0.02439024,0.01463415,0.0097561,0.01463415,0.0097561,0.01463415,0.00487805,0.0097561,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0195122,0.02439024,0.0195122,0.02439024,0.0097561,0.01463415,0.01463415,0.02926829,0.0195122,0.0195122,0.02926829,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01463415,0.0097561,0.0195122,0.0097561,0.01463415,0.00487805,0.00487805,0.02439024,0.0097561,0.01463415,0.0195122,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0097561,0.0097561,0.0097561,0.00487805,0.0,0.0097561,0.0097561,0.0097561,0.01463415,0.02439024,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.0195122,0.0097561,0.0097561,0.0195122,0.00487805,0.0195122,0.01463415,0.0097561,0.01463415,0.01463415,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0097561,0.0097561,0.0097561,0.0097561,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.01463415,0.0097561,0.0195122,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01463415,0.00487805,0.0097561,0.0097561,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01463415,0.02439024,0.01463415,0.03414634,0.0,0.0097561,0.0097561,0.01463415,0.0097561,0.00487805,0.02926829,0.00487805,0.01463415,0.0195122,0.01463415,0.0097561,0.0097561,0.0195122,0.00487805,0.00487805,0.02926829,-0.0,0.00487805,0.0195122,0.01463415,0.01463415,0.0097561,0.00487805,0.0097561,0.00487805,0.01463415,-0.0,0.0195122,0.0097561,0.01463415,0.00487805,0.03902439,0.0097561,0.0097561,0.0195122,0.0097561,0.00487805,0.00487805,0.0097561,0.01463415,0.02439024,0.00487805,-0.0,0.02439024,0.0097561,0.00487805,0.02439024,0.00487805,0.00487805,0.01463415,0.01463415,0.0195122,0.0195122,0.0195122,0.01463415,-0.0,0.0097561,0.00487805,0.0195122,0.0097561,0.01463415,0.0097561,0.0097561,0.00487805,0.0097561,0.0097561,0.00487805,0.0097561,0.00487805,0.0195122,0.0097561,0.01463415,0.0195122,0.01463415,0.0195122,0.0,0.02439024],
  56. [0.02347418,0.00469484,0.01408451,0.00938967,0.00938967,0.02347418,0.01877934,0.01877934,0.01408451,0.01408451,0.01408451,0.00469484,-0.0,0.01877934,0.00938967,0.00938967,0.00469484,0.01877934,0.00938967,0.00938967,0.00469484,0.01877934,0.01408451,0.01408451,0.01408451,0.00938967,0.01877934,0.00938967,0.01408451,0.02347418,0.01408451,0.00938967,0.04225352,0.02816901,0.01877934,0.00469484,0.02347418,0.00938967,0.00938967,0.00469484,0.01877934,0.00938967,0.00938967,0.01408451,0.02816901,0.00469484,0.00469484,0.02347418,0.00469484,0.01877934,0.01877934,0.01408451,0.01877934,0.02816901,0.01408451,0.00938967,0.00469484,0.00938967,0.01408451,0.01408451,0.01408451,0.01408451,0.01408451,0.00469484,0.02816901,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00469484,0.00469484,0.01877934,0.01877934,0.01408451,0.02816901,0.00938967,0.01408451,0.00469484,0.01408451,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01877934,0.03286385,-0.0,0.01877934,0.01408451,0.01408451,0.00938967,0.00938967,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.02347418,0.02816901,0.00938967,0.00938967,0.00938967,0.02347418,0.01877934,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00938967,0.01877934,0.00469484,0.02816901,0.00469484,0.00938967,1.0,1.0,0.02347418,0.01408451,0.01408451,0.01408451,0.00938967,0.00938967,1.0,1.0,1.0,1.0,1.0,1.0,0.02816901,0.01408451,0.00938967,0.02347418,0.02347418,0.01408451,0.00938967,0.01877934,0.00469484,0.00469484,0.01877934,0.01877934,0.00938967,0.01408451,0.00938967,1.0,1.0,1.0,1.0,1.0,0.04225352,0.00469484,0.01877934,0.01408451,0.00469484,0.0,0.02816901,0.01408451,0.01408451,0.00938967,0.01408451,0.02347418,0.00938967,-0.0,0.01408451,1.0,1.0,1.0,1.0,1.0,0.01408451,0.02816901,0.0,0.00469484,0.00938967,0.00938967,0.00938967,0.01877934,0.01408451,0.00938967,0.01877934,0.00938967,0.00938967,0.01408451,0.01408451,1.0,1.0,1.0,1.0,1.0,0.00469484,-0.0,0.01408451,0.00938967,0.00469484,0.02347418,0.02347418,0.03755869,0.01877934,0.02347418,0.00469484,0.00469484,0.00938967,0.01408451,1.0,1.0,1.0,1.0,1.0,0.00469484,0.01408451,0.00469484,0.02347418,0.00469484,0.00938967,0.00938967,0.01408451,0.01408451,0.01408451,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00938967,0.01408451,0.00938967,0.01408451,0.00469484,0.01408451,0.01408451,0.00938967,0.01877934,0.00938967,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00938967,0.00938967,0.00938967,0.00469484,0.01408451,0.00469484,0.00469484,0.00938967,0.00469484,0.00938967,0.00938967,0.00938967,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01877934,0.00938967,0.00938967,0.01408451,0.00938967,0.01408451,0.00938967,0.00469484,0.02347418,0.00938967,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01408451,0.00938967,0.00469484,-0.0,0.00938967,0.01877934,0.01408451,0.01408451,0.01877934,0.01408451,0.00469484,0.00938967,0.00469484,0.01408451,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.02347418,0.01408451,0.01877934,0.00938967,0.02347418,0.02347418,0.01408451,0.02347418,0.00938967,0.00938967,0.02816901,0.00469484,0.01408451,0.02347418,0.01408451,1.0,1.0,1.0,1.0,1.0,0.01877934,0.01408451,0.01877934,0.00938967,0.00938967,0.00938967,0.02347418,0.01408451,0.00938967,0.01408451,0.01408451,0.00469484,0.01877934,0.00469484,0.01877934,1.0,1.0,1.0,1.0,0.88732394,0.02816901,0.0,0.00938967,0.00469484,1.0,0.02347418,0.03286385,0.01408451,0.01877934,0.00469484,0.00469484,0.01408451,0.01408451,0.01408451,0.00469484,1.0,1.0,1.0,1.0,1.0,0.01408451,0.01408451,0.00469484,0.01877934,1.0,1.0,1.0,0.02347418,0.0,0.01408451,0.00469484,0.01877934,0.02347418,1.0,1.0,1.0,1.0,1.0,1.0,1.0,-0.0,0.02347418,0.01877934,0.00938967,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00938967,0.0,0.01408451,0.01408451,0.01408451,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01877934,0.01877934,0.00469484,0.00938967,0.01877934,0.00938967,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01877934,0.0,0.01408451,0.00938967,0.02347418,0.01877934,0.01408451,0.02347418,0.00938967,0.02347418,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01408451,0.01877934,0.01408451,0.01408451,0.00469484,0.00938967,0.01408451,0.00938967,0.00469484,0.00469484,0.00469484,0.01877934,0.01408451,0.01408451,0.02347418,0.00469484,0.00938967,0.00938967,0.00469484,0.02816901,0.01877934,-0.0,0.00469484,0.00469484,0.02347418,0.00469484,0.01877934,0.00938967,0.00469484,0.00938967,0.01408451,0.00938967,0.01877934,-0.0,0.00938967,0.0,0.01877934,0.00938967,0.01877934,0.02347418,0.01877934,0.01877934,0.01408451,0.01408451,0.03286385,0.01408451,0.01877934,0.00938967,0.02347418,0.01877934,0.01408451,0.02347418,0.01408451,0.02816901,0.01877934,0.00938967,0.00469484,0.00938967,0.0,0.02347418,0.01408451,0.01877934,0.00938967,0.00938967,0.01408451,0.01877934,0.02347418,0.00469484,0.00469484,0.00469484,0.00938967,0.02347418,0.00469484,0.01408451,0.02816901,0.02347418,0.00938967,0.00469484,0.03286385,0.01408451,0.00469484,0.01408451,0.02816901,0.01408451,0.01877934,0.02347418,0.01877934],
  57. [0.02283105,0.01826484,0.00913242,0.02739726,0.02283105,0.03196347,0.02283105,0.01369863,0.00913242,0.00913242,0.02283105,0.01369863,0.00913242,0.01369863,0.01369863,0.03196347,0.00456621,0.01826484,0.01369863,0.00456621,0.00456621,0.00913242,0.00913242,0.00913242,0.01369863,0.00456621,0.01826484,0.00456621,0.01369863,0.01826484,0.01369863,-0.0,0.02739726,0.01826484,0.01369863,0.00913242,0.01369863,0.00456621,0.02283105,0.02283105,0.01826484,0.01826484,0.00913242,0.01369863,0.00913242,0.01826484,0.00913242,0.01369863,0.01369863,0.01826484,0.0456621,0.01826484,0.01369863,0.02283105,0.00913242,0.01369863,0.01369863,0.01826484,0.01369863,0.01369863,0.02739726,0.00456621,0.01369863,0.00913242,0.01369863,0.03652968,-0.0,0.00456621,0.01826484,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01369863,0.00456621,0.02283105,0.01369863,0.01369863,0.00456621,0.00456621,0.01369863,0.00456621,0.01369863,0.00913242,0.01369863,0.02739726,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00913242,0.01369863,0.01369863,0.02283105,0.00913242,0.00913242,0.02739726,0.02739726,0.00913242,0.01369863,0.00456621,0.01369863,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00913242,0.01369863,0.00913242,0.02739726,0.00456621,0.00456621,0.00913242,0.00456621,0.02739726,0.01369863,0.01826484,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00913242,0.01826484,0.01369863,0.02739726,0.01369863,0.00456621,0.00456621,0.00456621,0.03652968,0.01826484,0.01826484,1.0,1.0,1.0,0.02283105,1.0,1.0,1.0,1.0,1.0,0.00913242,0.01826484,0.01369863,0.01369863,0.01369863,0.02283105,0.01369863,0.00913242,0.01369863,0.01826484,1.0,1.0,1.0,1.0,0.01826484,1.0,1.0,1.0,1.0,1.0,0.01826484,0.01826484,0.00913242,0.02283105,0.01826484,0.00456621,0.00913242,0.00456621,0.00913242,1.0,1.0,1.0,1.0,0.00913242,0.02283105,1.0,0.99543379,1.0,1.0,1.0,0.01826484,0.01826484,0.00913242,0.01369863,0.01826484,0.01826484,0.00456621,0.01369863,0.01369863,1.0,1.0,1.0,-0.0,0.01369863,0.00913242,1.0,1.0,1.0,1.0,1.0,0.0,0.00456621,0.01826484,0.00913242,0.01369863,0.00456621,0.00913242,0.00456621,1.0,1.0,1.0,1.0,0.00913242,0.01369863,0.00913242,1.0,1.0,1.0,1.0,1.0,0.00913242,0.0,0.00913242,0.00456621,0.01369863,0.02283105,0.02739726,1.0,1.0,1.0,1.0,0.00913242,0.00456621,0.01826484,0.00456621,1.0,1.0,1.0,1.0,1.0,0.00913242,0.01369863,0.02739726,0.01826484,0.0,0.03196347,0.00456621,1.0,1.0,1.0,0.00913242,0.02283105,0.01369863,-0.0,0.01369863,1.0,1.0,1.0,1.0,1.0,0.01369863,0.00913242,0.01369863,0.0,0.02283105,-0.0,1.0,1.0,1.0,1.0,0.01369863,0.01369863,0.00456621,0.00913242,0.01369863,1.0,1.0,1.0,1.0,1.0,0.02739726,0.00913242,0.00456621,0.01369863,0.01826484,1.0,1.0,1.0,1.0,0.00913242,0.00456621,0.01826484,-0.0,0.02739726,0.01826484,1.0,1.0,1.0,1.0,1.0,0.00913242,0.01369863,0.0,0.01369863,0.00456621,1.0,1.0,1.0,0.00913242,0.01826484,0.01826484,0.01369863,0.00913242,0.00456621,0.01369863,1.0,1.0,1.0,1.0,1.0,0.00456621,0.01826484,0.02283105,0.00456621,0.01826484,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00913242,0.01826484,1.0,1.0,1.0,1.0,0.99543379,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00913242,0.00913242,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00913242,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00456621,0.03196347,0.03196347,0.00456621,0.00913242,0.00913242,0.01826484,0.01369863,0.03196347,0.01369863,0.00913242,0.00913242,1.0,1.0,1.0,1.0,1.0,0.02283105,0.01369863,0.01369863,0.01826484,0.00913242,0.00913242,0.01826484,0.01369863,0.03196347,0.00456621,0.01369863,0.01369863,0.01369863,-0.0,0.00913242,1.0,1.0,1.0,1.0,1.0,0.00913242,0.0,0.0,-0.0,0.02739726,0.01369863,0.01826484,0.02283105,0.01369863,0.00913242,0.01369863,0.00456621,0.00913242,0.03652968,0.01369863,1.0,1.0,1.0,1.0,1.0,0.02739726,0.03196347,0.02283105,0.01369863,0.01369863,0.01369863,0.01369863,0.00913242,0.00913242,0.01826484,0.02283105,0.00913242,0.01826484,0.01369863,0.0,1.0,1.0,1.0,1.0,1.0,0.03196347,0.03196347,0.00913242,0.00456621,0.01369863,0.00913242,0.00913242,0.01826484,0.01369863,0.02283105,0.02283105,0.00913242,0.00913242,0.00913242,0.00913242,0.01826484,0.00913242,0.01369863,0.00456621,0.01826484,0.01826484,0.01826484,0.00913242,0.01369863,0.01826484,0.00913242,0.00913242,0.01369863,0.01826484,-0.0,0.01826484,0.00913242,0.00913242,0.01369863,0.01826484,0.00456621,0.01369863,0.00456621,0.00913242,0.01369863,-0.0,0.01369863,0.01369863,0.01826484,0.00913242,0.00913242,0.00913242,0.00456621,0.00913242,0.01826484,0.01369863,0.01826484,0.01826484,0.03652968,0.01369863,0.01369863,0.01826484,0.01369863,0.00913242,0.00913242,0.00456621,0.00456621,0.01826484,0.01369863,0.00913242,0.00456621,0.00913242,0.01369863,0.01369863,0.02283105,0.02739726,0.01826484,0.01369863,0.01369863,0.01369863,0.02739726,0.01826484,-0.0,0.00456621,0.00456621,0.00913242,0.01826484,0.01826484,0.01369863],
  58. [0.00925926,0.00925926,0.00925926,0.02314815,0.01851852,0.00925926,0.00925926,0.00462963,0.00925926,0.00925926,0.02314815,0.01388889,0.00925926,0.01851852,0.02314815,0.00925926,0.00925926,0.00925926,0.01388889,0.01851852,0.00462963,0.00462963,0.00925926,0.00925926,0.02314815,0.02314815,0.00925926,0.01388889,0.02777778,0.00925926,-0.0,0.00462963,0.01851852,0.00462963,0.01388889,0.01388889,0.00925926,0.00925926,0.0,0.01851852,0.00925926,0.02314815,0.00925926,0.01851852,-0.0,0.02777778,0.02314815,0.01388889,0.01388889,0.00462963,0.01388889,0.0,0.00925926,0.01851852,0.00925926,0.00925926,0.00925926,0.02777778,-0.0,0.01851852,0.00462963,0.01851852,0.00462963,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01388889,0.00462963,-0.0,0.00925926,0.01851852,0.01851852,0.01851852,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01388889,0.00925926,0.00925926,0.00462963,0.00462963,0.00925926,0.01851852,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01851852,0.01851852,0.02777778,0.00462963,0.02777778,0.00925926,0.00925926,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01851852,0.00925926,0.00462963,0.00925926,0.00925926,0.01388889,0.00925926,1.0,1.0,1.0,1.0,1.0,0.00462963,0.00462963,0.02314815,0.01388889,0.00462963,-0.0,0.01388889,0.01388889,0.02777778,0.0,0.00462963,0.01388889,0.00462963,0.02314815,0.00925926,1.0,1.0,1.0,1.0,1.0,0.02777778,0.01388889,0.00462963,0.01851852,0.02314815,0.00462963,0.02777778,0.00462963,0.01388889,0.00925926,0.00925926,0.01388889,0.00462963,0.01388889,0.00925926,1.0,1.0,1.0,1.0,1.0,0.01388889,0.01388889,0.00925926,0.00925926,0.00925926,0.00462963,0.00925926,0.01388889,0.01388889,0.01851852,0.01388889,0.01851852,0.00462963,0.00925926,0.01851852,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00925926,0.01388889,0.00925926,0.00462963,0.02314815,0.00925926,0.00462963,0.02777778,0.00925926,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.02777778,0.01388889,0.01388889,0.01851852,0.00462963,0.00925926,0.00925926,0.02314815,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01851852,0.00462963,0.00462963,0.02314815,0.01851852,0.01851852,0.01388889,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00925926,0.00462963,0.00925926,0.00925926,0.01851852,0.00462963,1.0,1.0,1.0,0.00462963,0.02314815,0.00462963,0.00462963,0.02777778,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00462963,0.03240741,0.00462963,0.03703704,0.02777778,1.0,0.00925926,0.00462963,0.01388889,0.01388889,0.00925926,0.01388889,0.02777778,0.00925926,1.0,1.0,1.0,1.0,1.0,1.0,0.01851852,0.00462963,0.03240741,0.01388889,-0.0,0.00925926,0.02777778,0.00925926,0.01388889,0.00462963,0.00462963,0.00925926,0.01851852,0.0,0.01388889,1.0,1.0,1.0,1.0,1.0,0.0,0.00925926,0.01388889,0.02777778,0.00925926,0.02777778,0.00925926,0.01388889,0.01851852,0.00462963,0.01388889,0.01388889,0.01851852,-0.0,-0.0,1.0,1.0,1.0,1.0,1.0,0.01388889,0.01388889,0.00462963,0.03240741,0.00925926,0.00462963,0.00925926,0.01388889,0.01388889,0.00925926,0.01388889,0.0,0.00925926,0.01388889,0.03703704,1.0,1.0,1.0,1.0,1.0,0.00925926,0.01851852,0.01388889,0.00462963,1.0,0.01851852,0.02777778,0.00925926,0.00462963,0.01851852,0.00925926,0.00925926,0.01388889,0.00925926,1.0,1.0,1.0,1.0,1.0,1.0,0.02777778,0.02777778,0.01851852,0.00462963,1.0,1.0,1.0,0.00925926,0.02314815,0.01851852,0.01851852,0.00925926,0.01388889,1.0,1.0,1.0,1.0,1.0,1.0,0.00925926,0.01388889,0.01388889,0.0,0.00925926,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00462963,0.00925926,0.01388889,0.01851852,0.01851852,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00925926,0.02777778,0.01388889,0.01388889,0.01851852,0.00925926,0.03240741,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01388889,0.0,0.01851852,0.01388889,0.01851852,0.01388889,0.01388889,0.02777778,0.01851852,0.00925926,0.01388889,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00925926,0.01851852,0.0,0.00925926,0.00925926,-0.0,0.00462963,0.00462963,0.00925926,0.01851852,0.01851852,0.00925926,0.00925926,0.01851852,0.02777778,0.02777778,0.00925926,0.01851852,0.01388889,0.00462963,0.01851852,0.01388889,0.01388889,0.00925926,0.01851852,0.02777778,0.00925926,0.03703704,0.01388889,0.02777778,0.01851852,0.00462963,0.02314815,0.00925926,0.01851852,0.02314815,0.00462963,0.01851852,0.00925926,0.02314815,0.01388889,0.01388889,0.00925926,0.01851852,0.00462963,0.00925926,0.01851852,0.02777778,0.00462963,0.01851852,0.01851852,-0.0,0.01388889,0.00925926,-0.0,0.02314815,-0.0,0.00462963,0.01388889,0.00462963,0.00462963,0.00462963,0.01388889,0.01388889,0.01851852,-0.0,0.01388889,0.01388889,0.00925926,0.00925926,0.00925926,0.01388889,0.01388889,0.00925926,0.00925926,0.01851852,0.01388889,0.00925926,0.00462963,0.00925926,0.00462963,0.02314815,0.00925926,0.01388889,0.01388889,0.00925926,0.01388889],
  59. [0.01587302,0.02116402,0.00529101,0.01587302,0.01058201,0.01587302,0.00529101,0.00529101,0.02645503,0.02645503,0.01058201,0.02645503,0.01587302,0.01587302,0.01587302,0.01587302,0.00529101,0.00529101,0.00529101,0.00529101,0.00529101,0.01058201,0.02116402,0.01587302,-0.0,0.02116402,0.01587302,0.01587302,0.00529101,0.02116402,0.00529101,0.02645503,0.02116402,0.00529101,0.02116402,0.00529101,0.03703704,-0.0,0.02116402,0.01058201,0.02645503,0.02116402,0.02645503,0.00529101,0.03174603,0.00529101,0.01587302,0.01058201,0.01058201,0.01587302,0.02116402,0.02116402,0.00529101,0.01587302,0.01587302,0.0,0.00529101,0.01587302,0.00529101,0.01058201,0.00529101,-0.0,0.01058201,0.00529101,0.02116402,0.02116402,-0.0,0.01058201,0.00529101,1.0,1.0,1.0,1.0,1.0,1.0,0.01587302,0.01587302,0.01058201,0.01058201,0.01587302,0.00529101,0.01587302,0.01058201,-0.0,0.00529101,0.02116402,0.02116402,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01058201,0.00529101,0.02116402,0.01058201,0.01587302,0.01587302,0.01058201,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.02116402,0.02645503,0.00529101,0.00529101,0.0,0.03174603,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00529101,0.01587302,0.02116402,0.01058201,0.01587302,0.00529101,1.0,1.0,1.0,1.0,1.0,1.0,-0.0,0.02645503,0.02116402,0.00529101,0.00529101,1.0,1.0,1.0,-0.0,0.00529101,0.02645503,0.01058201,0.02116402,1.0,1.0,1.0,1.0,1.0,0.00529101,0.01058201,0.03174603,0.01587302,0.0,0.01058201,0.00529101,0.02116402,0.00529101,1.0,0.01587302,0.01058201,0.01587302,-0.0,0.01058201,1.0,1.0,1.0,1.0,1.0,0.02645503,0.01058201,0.00529101,0.01058201,0.03174603,0.01058201,0.01058201,0.01058201,0.01587302,0.0,0.02116402,0.01058201,0.02116402,0.01058201,1.0,1.0,1.0,1.0,1.0,0.01058201,0.01587302,1.0,1.0,1.0,1.0,1.0,1.0,0.01058201,0.02116402,0.00529101,0.01058201,0.00529101,0.01587302,0.00529101,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01058201,0.01058201,0.01058201,0.00529101,0.00529101,0.01058201,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01058201,0.01587302,0.02645503,0.01587302,0.01587302,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00529101,0.02645503,0.01587302,0.01587302,1.0,1.0,1.0,1.0,1.0,1.0,0.01587302,0.01587302,0.0,0.00529101,0.01058201,1.0,1.0,1.0,1.0,1.0,1.0,0.04232804,0.01587302,0.02645503,1.0,1.0,1.0,1.0,1.0,0.00529101,0.01058201,0.01058201,0.01587302,0.01587302,0.01587302,0.01587302,1.0,1.0,1.0,1.0,1.0,0.01058201,0.02645503,0.02645503,1.0,1.0,1.0,1.0,1.0,0.01058201,0.02116402,0.02116402,0.00529101,0.01587302,0.00529101,0.01058201,1.0,1.0,1.0,1.0,1.0,0.02116402,0.01058201,0.01058201,0.84126984,1.0,1.0,1.0,1.0,0.02645503,0.00529101,0.01058201,0.01587302,0.01587302,0.00529101,0.00529101,1.0,1.0,1.0,1.0,1.0,0.0,0.00529101,0.00529101,1.0,1.0,1.0,1.0,1.0,0.01587302,-0.0,0.01058201,0.00529101,0.01058201,0.01587302,0.01058201,1.0,1.0,1.0,1.0,1.0,0.02116402,-0.0,0.02116402,0.02645503,1.0,1.0,1.0,1.0,0.00529101,0.01058201,0.01587302,0.01058201,0.02116402,0.02645503,-0.0,1.0,1.0,1.0,1.0,1.0,0.00529101,0.01587302,-0.0,0.01587302,1.0,1.0,1.0,1.0,1.0,0.00529101,0.01587302,0.01058201,0.02116402,0.00529101,1.0,1.0,1.0,1.0,1.0,0.01587302,0.00529101,0.01058201,0.01587302,0.01587302,0.00529101,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01587302,0.03174603,0.02645503,0.01058201,0.01058201,0.01058201,0.00529101,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00529101,0.00529101,0.01587302,0.00529101,0.01058201,0.01587302,0.00529101,0.02116402,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.01587302,0.01587302,0.02116402,0.02116402,0.01587302,0.01058201,0.00529101,0.01058201,0.01058201,0.01587302,0.00529101,1.0,1.0,1.0,1.0,1.0,1.0,0.01587302,0.01058201,0.00529101,-0.0,0.00529101,0.01058201,0.00529101,0.01058201,0.01587302,0.01058201,0.01587302,0.01058201,0.01587302,0.02116402,0.01058201,0.03703704,0.00529101,0.01058201,0.01587302,0.01587302,0.01058201,0.02645503,0.00529101,0.03703704,0.01587302,0.01587302,0.00529101,0.01058201,0.00529101,0.02645503,-0.0,0.02645503,0.02116402,0.02116402,0.01058201,-0.0,0.02116402,-0.0,0.01587302,0.01058201,0.01058201,0.00529101,0.02116402,0.01058201,0.01058201,0.0,0.02645503,0.01587302,0.00529101,0.02645503,0.00529101,0.01058201,0.0,0.01587302,0.02116402,0.01587302,-0.0,0.01587302,0.02645503,0.00529101,0.02116402,0.01058201,0.02116402,0.01058201,0.02645503,0.01058201,0.01587302,0.01587302,0.02116402,-0.0,0.02116402,0.01058201,0.02116402,0.00529101,0.01587302,0.01058201,0.01587302,0.01058201,0.00529101,0.01058201,0.01587302,0.02645503,0.01058201,0.01058201,0.01587302,0.02116402],
  60. [0.01648352,0.01098901,0.01648352,-0.0,0.01648352,0.01098901,0.02197802,0.00549451,0.00549451,0.01648352,0.01648352,0.02747253,0.01098901,0.00549451,0.01648352,0.0,0.01648352,0.01648352,0.01098901,0.01648352,0.01098901,0.02747253,0.01098901,0.00549451,0.01648352,0.01648352,0.01098901,0.01098901,0.02197802,0.02197802,0.00549451,0.01098901,0.02197802,-0.0,0.01098901,0.01098901,0.02197802,0.01648352,0.01098901,0.02747253,0.02747253,0.01098901,0.01098901,0.02197802,0.01648352,0.01098901,-0.0,0.02747253,0.01098901,0.01098901,0.01098901,-0.0,-0.0,0.01098901,0.01648352,0.01648352,0.02197802,0.02197802,-0.0,0.01098901,0.0,0.00549451,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01098901,-0.0,-0.0,0.00549451,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.02747253,0.02197802,0.01098901,0.02197802,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00549451,0.01098901,0.00549451,0.01098901,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01098901,0.00549451,-0.0,0.02747253,0.00549451,0.02747253,0.01648352,0.00549451,0.02747253,0.01098901,0.01648352,0.01648352,0.02197802,0.01098901,1.0,1.0,1.0,1.0,1.0,0.01648352,0.00549451,0.00549451,0.02747253,0.00549451,0.01098901,0.02197802,0.01098901,0.01648352,-0.0,0.01098901,0.00549451,0.02197802,0.01098901,0.01098901,1.0,1.0,1.0,1.0,1.0,0.02197802,0.01098901,0.01648352,0.00549451,0.01098901,0.01648352,0.01098901,0.00549451,0.00549451,0.01098901,0.02197802,0.02747253,0.01098901,0.02197802,1.0,1.0,1.0,1.0,1.0,1.0,0.01648352,0.01648352,0.00549451,0.01648352,0.03296703,0.00549451,0.00549451,0.01098901,0.01098901,0.01648352,0.01648352,0.01648352,0.00549451,0.01098901,1.0,1.0,1.0,1.0,1.0,0.01098901,0.01648352,0.01098901,0.01098901,0.00549451,0.01648352,0.01098901,0.0,0.02747253,0.01648352,0.03296703,0.02197802,0.00549451,0.00549451,1.0,1.0,1.0,1.0,1.0,1.0,0.00549451,0.01098901,-0.0,0.02197802,0.01648352,0.03296703,0.02197802,0.00549451,0.00549451,0.00549451,0.01098901,0.02197802,0.01098901,0.00549451,1.0,1.0,1.0,1.0,1.0,0.01648352,0.01098901,0.00549451,0.0,0.01098901,0.03296703,0.00549451,0.02197802,0.01648352,-0.0,0.01098901,0.01648352,0.00549451,0.02197802,1.0,1.0,1.0,1.0,1.0,1.0,0.00549451,0.01648352,0.0,0.01098901,0.02747253,0.00549451,0.02747253,0.01098901,0.01648352,0.00549451,0.02197802,0.01648352,0.01648352,0.0,1.0,1.0,1.0,1.0,1.0,0.01098901,0.01648352,0.01648352,0.01098901,0.01648352,0.01098901,0.01098901,0.00549451,0.01648352,0.02747253,0.0,0.01098901,0.02747253,0.02747253,1.0,1.0,1.0,1.0,1.0,1.0,0.01648352,0.01098901,0.00549451,0.00549451,0.01098901,0.00549451,0.02197802,0.01098901,0.00549451,0.00549451,0.01648352,0.03296703,0.00549451,0.02197802,1.0,1.0,1.0,1.0,1.0,-0.0,0.01098901,0.01648352,0.04395604,0.02747253,0.01098901,0.02197802,0.02747253,0.02747253,0.00549451,0.01648352,0.01098901,0.01098901,0.01098901,0.01648352,1.0,1.0,1.0,1.0,1.0,0.00549451,0.02197802,0.00549451,0.00549451,0.01098901,0.01098901,0.01648352,0.01648352,0.01098901,0.00549451,0.02197802,0.02197802,0.00549451,0.01648352,1.0,1.0,1.0,1.0,1.0,1.0,0.01098901,0.01098901,0.0,0.01648352,0.01648352,0.00549451,0.01648352,0.01098901,0.01098901,0.01648352,0.01648352,0.00549451,0.01098901,0.01648352,1.0,1.0,1.0,1.0,1.0,0.00549451,0.00549451,0.0,0.01648352,0.01098901,0.0,0.01098901,0.00549451,0.00549451,0.01648352,0.02197802,0.01648352,0.02197802,0.02747253,1.0,1.0,1.0,1.0,1.0,1.0,0.01098901,0.00549451,0.01648352,0.01098901,0.01098901,0.01648352,0.00549451,0.00549451,0.01648352,-0.0,0.00549451,0.00549451,0.01648352,0.01098901,1.0,1.0,1.0,1.0,1.0,0.01648352,0.01098901,0.0,0.02197802,0.01098901,0.01098901,0.01098901,0.02197802,0.0,0.00549451,0.01098901,0.01098901,0.01648352,0.01648352,1.0,1.0,1.0,1.0,1.0,1.0,0.01648352,0.01098901,0.01098901,0.01648352,0.02747253,0.01098901,0.01098901,0.01648352,0.02197802,0.01098901,0.0,0.01648352,0.01648352,0.00549451,1.0,1.0,1.0,1.0,1.0,0.0,0.00549451,0.01098901,0.01098901,0.01648352,0.01098901,0.00549451,0.01648352,0.01648352,0.03296703,0.01098901,0.01098901,0.01098901,0.01648352,1.0,1.0,1.0,1.0,1.0,1.0,0.01648352,0.01648352,0.01648352,0.01648352,0.02197802,0.01098901,0.01098901,0.00549451,0.01098901,0.02197802,0.01648352,0.02197802,0.01648352,0.01098901,-0.0,0.01098901,0.01098901,0.01098901,0.00549451,0.00549451,0.01648352,0.01098901,0.01648352,0.00549451,0.01098901,0.00549451,0.00549451,0.02747253,0.01098901,0.02747253,0.02747253,0.02197802,0.03296703,-0.0,0.00549451,0.02197802,0.01648352,0.02197802,0.03296703,0.01098901,-0.0,0.02747253,0.01648352,0.02747253,0.02197802,-0.0,-0.0,0.02747253,0.03296703,0.02747253,0.01648352,0.01098901,0.01098901,0.01098901,0.00549451,0.01648352,0.01098901,0.01098901,0.02197802,0.01098901,0.00549451,-0.0,0.01098901,0.01098901,0.01098901,0.00549451,0.02197802,0.02197802,0.01648352,0.01098901,0.02197802,0.00549451,0.00549451,0.00549451,0.01648352,0.01648352,-0.0,0.01098901,0.00549451,0.02197802,0.01098901,0.02747253,-0.0,0.01648352,0.01648352,0.00549451,0.01098901,0.02197802,-0.0,0.01648352],
  61. [0.02347418,0.01408451,0.01408451,0.00938967,0.00938967,0.00469484,0.00938967,-0.0,0.03286385,0.00469484,0.00938967,0.00938967,0.01877934,0.00938967,0.01408451,0.01408451,0.00938967,0.02347418,0.02347418,0.00938967,0.01408451,0.01408451,0.01408451,0.00469484,0.00469484,0.02347418,0.00938967,0.00469484,0.01408451,0.00938967,0.01408451,0.00469484,-0.0,0.00938967,0.00469484,0.00469484,0.02816901,0.02816901,0.01877934,0.02816901,0.00938967,0.00938967,0.01877934,0.00469484,0.00938967,0.0,0.00469484,0.01877934,0.00469484,0.01877934,0.01877934,0.00938967,0.01408451,0.00938967,0.01408451,0.02816901,0.01408451,0.03755869,0.00938967,0.00938967,0.01877934,0.00938967,0.00469484,0.00938967,0.02347418,0.01877934,0.02347418,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01408451,0.02347418,0.00469484,0.02347418,0.01408451,0.01408451,0.01877934,0.00938967,0.02347418,0.00469484,-0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.02347418,0.00938967,0.00469484,0.00938967,0.01408451,0.00938967,-0.0,0.02347418,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00469484,0.00938967,0.03286385,0.01408451,0.01408451,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00938967,0.01877934,0.02347418,0.01408451,0.00938967,1.0,1.0,1.0,1.0,1.0,1.0,0.00469484,0.00469484,0.01408451,1.0,1.0,1.0,1.0,1.0,1.0,0.00938967,0.01877934,0.0,0.01408451,0.00938967,1.0,1.0,1.0,1.0,1.0,0.01408451,0.02347418,0.01408451,0.00938967,0.01408451,1.0,1.0,1.0,1.0,1.0,0.01408451,0.00469484,0.01877934,0.00469484,0.02347418,1.0,1.0,1.0,1.0,1.0,0.00938967,0.00938967,0.01877934,0.00938967,0.01877934,1.0,1.0,1.0,1.0,1.0,0.01408451,0.00938967,0.01408451,0.01877934,0.01408451,1.0,1.0,1.0,1.0,1.0,1.0,0.00469484,0.01408451,0.01408451,1.0,1.0,1.0,1.0,1.0,1.0,0.03755869,0.01408451,0.02816901,0.02816901,0.00469484,0.02347418,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01408451,0.02347418,0.00469484,0.00938967,0.01408451,0.00938967,0.01408451,0.01408451,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00938967,0.02816901,0.00938967,0.02347418,0.01408451,0.00938967,0.00938967,0.01877934,0.01408451,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,-0.0,0.00469484,0.00938967,0.01408451,0.00938967,0.01408451,0.00938967,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01877934,0.00938967,-0.0,0.02347418,0.00938967,1.0,1.0,1.0,1.0,1.0,0.02816901,0.01408451,0.00469484,0.0,0.01877934,1.0,1.0,1.0,1.0,1.0,0.00938967,0.01877934,0.00938967,0.00469484,1.0,1.0,1.0,1.0,1.0,0.00469484,0.01408451,0.00469484,0.01877934,0.0,0.00469484,0.01408451,1.0,1.0,1.0,1.0,1.0,0.02347418,0.01408451,0.02816901,1.0,1.0,1.0,1.0,1.0,0.01408451,0.00469484,0.01408451,0.01408451,0.02347418,-0.0,0.01408451,1.0,1.0,1.0,1.0,1.0,0.02816901,0.00938967,0.03755869,0.98591549,1.0,1.0,1.0,1.0,0.02816901,0.01408451,0.01877934,0.00938967,0.00938967,0.00938967,0.01877934,1.0,1.0,1.0,1.0,1.0,0.01877934,0.02347418,0.01408451,1.0,1.0,1.0,1.0,1.0,0.0,0.01408451,0.00469484,0.00469484,0.00469484,0.01408451,0.00469484,1.0,1.0,1.0,1.0,1.0,0.01877934,0.00469484,0.00469484,1.0,1.0,1.0,1.0,1.0,1.0,0.01877934,0.02816901,0.02816901,0.00469484,0.01408451,1.0,1.0,1.0,1.0,1.0,1.0,0.01408451,0.02347418,0.00938967,0.01877934,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00938967,0.00938967,0.02816901,0.00938967,0.01408451,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.01877934,0.02347418,0.01408451,0.00469484,0.01408451,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00469484,0.02347418,0.00938967,0.01408451,0.01408451,-0.0,0.01877934,0.00469484,0.0,-0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00938967,0.00938967,0.00938967,0.01408451,0.01408451,0.00469484,0.02347418,0.02816901,0.01408451,-0.0,0.00938967,0.00938967,0.00469484,0.00938967,0.00469484,0.01877934,0.00938967,0.02347418,0.01408451,0.00938967,0.01877934,0.02347418,0.03286385,0.01877934,0.01408451,0.01408451,0.00469484,0.01877934,0.00938967,0.00938967,0.01877934,0.02347418,0.01877934,0.03755869,0.01877934,-0.0,0.00938967,0.00938967,0.00469484,0.00938967,0.00469484,0.00938967,0.00938967,0.00938967,0.02347418,0.00938967,0.02816901,0.00938967,0.00938967,0.00938967,0.02347418,0.00938967,0.01877934,0.01408451,0.00938967,0.00469484,-0.0,0.01877934,0.04225352,0.00469484,0.00938967,0.00469484,0.01408451,0.01408451,0.02347418,0.01877934,0.00938967,0.01408451,0.00469484,0.01877934,0.01877934,0.01408451,0.0,0.00938967,0.00938967,0.02347418,0.00469484,0.01877934,0.00469484,0.01408451,0.01408451,0.01877934,-0.0,0.00938967,0.00938967,0.00938967],
  62. [0.01408451,0.00938967,0.01877934,0.01877934,0.01408451,0.00469484,0.00938967,0.00938967,0.00938967,0.00938967,0.02347418,0.02347418,0.02816901,0.00938967,0.01408451,0.00938967,0.00938967,0.01877934,0.00469484,0.01408451,-0.0,0.01877934,0.01408451,0.01408451,0.00938967,0.00938967,0.02347418,0.00938967,0.01408451,0.01877934,0.01877934,0.00469484,0.00469484,0.01408451,0.01408451,0.00469484,0.01408451,0.01408451,0.01408451,0.00469484,-0.0,0.01408451,0.00938967,0.00469484,0.01408451,0.02816901,0.00469484,0.00938967,0.00469484,0.00938967,0.00938967,0.01877934,0.01408451,-0.0,0.01877934,0.01877934,0.00938967,0.01877934,0.02816901,0.00938967,0.01408451,0.01877934,0.01877934,0.00469484,0.00938967,0.00938967,0.00938967,1.0,1.0,1.0,1.0,1.0,1.0,0.0,0.00938967,0.00469484,0.00469484,0.01877934,0.01408451,0.01408451,0.01408451,0.01408451,0.01408451,0.01877934,0.01877934,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01408451,0.00938967,0.00938967,0.01877934,0.02347418,0.00469484,0.00469484,0.00469484,0.01408451,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01877934,0.00469484,0.01877934,0.02816901,0.0,0.00938967,0.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01408451,-0.0,0.01408451,0.02347418,0.00938967,0.00938967,1.0,1.0,1.0,1.0,1.0,0.00938967,0.00938967,0.00938967,0.01408451,0.01408451,1.0,1.0,1.0,1.0,1.0,0.01877934,0.02347418,0.01408451,0.01877934,1.0,1.0,1.0,1.0,1.0,0.01408451,0.00938967,0.00469484,0.00938967,0.00938967,0.01877934,0.01877934,1.0,1.0,1.0,1.0,0.01408451,0.01877934,0.02347418,0.00938967,1.0,1.0,1.0,1.0,1.0,0.00469484,0.01408451,0.00469484,0.01408451,0.00938967,0.00938967,0.00938967,1.0,1.0,1.0,1.0,0.01877934,0.00938967,0.02347418,0.00938967,1.0,1.0,1.0,1.0,1.0,0.01877934,0.01408451,0.00469484,0.01408451,0.00938967,0.00469484,0.02347418,1.0,1.0,1.0,1.0,1.0,0.00938967,0.00938967,0.02347418,1.0,1.0,1.0,1.0,1.0,0.02347418,0.00469484,0.01408451,0.02816901,0.02347418,0.00938967,0.00469484,1.0,1.0,1.0,1.0,1.0,0.01408451,0.01408451,0.03286385,1.0,1.0,1.0,1.0,1.0,0.00469484,0.00938967,0.00469484,-0.0,0.00938967,0.02347418,0.00938967,1.0,1.0,1.0,1.0,1.0,0.00938967,0.00938967,0.02816901,1.0,1.0,1.0,1.0,1.0,1.0,0.02347418,0.01408451,0.00938967,0.00469484,0.01408451,1.0,1.0,1.0,1.0,1.0,1.0,0.01408451,0.01877934,0.03755869,0.01408451,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01408451,0.01408451,0.00469484,0.02347418,0.01408451,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00938967,0.02816901,0.00469484,0.02347418,0.02347418,0.01408451,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.02347418,0.01877934,-0.0,0.0,0.01408451,0.00469484,0.01408451,1.0,1.0,1.0,1.0,1.0,1.0,0.02347418,0.01408451,1.0,1.0,1.0,1.0,1.0,0.00938967,0.00469484,0.00938967,0.00938967,0.0,0.01408451,0.01877934,0.0,0.01877934,0.00469484,0.00469484,0.01877934,0.00938967,0.01408451,1.0,1.0,1.0,1.0,1.0,0.0,0.01408451,0.01408451,0.00938967,0.03286385,1.0,0.00938967,0.00469484,0.00469484,0.00938967,0.00938967,0.02816901,0.00938967,0.00938967,-0.0,1.0,1.0,1.0,1.0,1.0,0.00469484,0.00469484,0.00938967,0.01408451,0.01877934,1.0,1.0,1.0,0.02816901,0.01408451,0.03286385,0.00938967,-0.0,1.0,1.0,1.0,1.0,1.0,1.0,0.01877934,-0.0,0.00469484,0.00938967,0.0,0.02816901,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.99530516,1.0,1.0,1.0,1.0,0.00938967,0.00938967,0.00469484,0.01408451,0.01408451,0.01408451,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00938967,0.02347418,0.00469484,-0.0,0.00938967,0.00938967,0.0,0.00469484,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,1.0,0.00938967,0.02347418,0.02347418,0.01877934,0.01408451,0.01877934,0.01408451,0.01408451,0.02347418,0.01408451,0.00938967,0.01877934,1.0,1.0,1.0,1.0,1.0,1.0,0.01877934,0.01877934,0.01408451,0.01877934,0.03286385,0.00938967,0.01877934,0.01408451,0.01877934,0.01877934,0.00469484,0.04225352,0.01877934,0.01877934,0.00469484,0.01877934,0.00938967,0.00938967,0.02347418,0.01408451,0.00469484,0.01877934,0.00938967,0.00938967,-0.0,0.00469484,0.03286385,0.00938967,0.01408451,0.01408451,0.00469484,-0.0,0.00938967,0.01408451,0.00938967,0.04225352,0.01408451,0.00938967,0.00938967,0.00938967,0.01408451,0.01408451,0.01877934,0.02347418,0.00938967,0.00938967,0.02347418,0.03286385,0.02816901,0.00469484,0.01408451,0.00938967,-0.0,0.00469484,0.01877934,0.01408451,0.00938967,0.00469484,0.00938967,0.01877934,0.00938967,0.02347418,0.01408451,0.02816901,0.01408451,0.02347418,0.01408451,0.02347418,0.0,0.03286385,0.01408451,0.02347418,0.01408451,0.03286385,0.02347418,0.01408451,0.00938967,0.03286385,0.00938967,0.02347418,0.01408451,0.01408451,-0.0,0.01408451,0.00938967,0.00469484,0.00938967,0.00469484]];
  63. }
  64. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址