{"id":697,"date":"2019-03-07T17:26:10","date_gmt":"2019-03-07T09:26:10","guid":{"rendered":"http:\/\/SmokeyDays.top\/wordpress\/?p=697"},"modified":"2019-03-07T20:55:38","modified_gmt":"2019-03-07T12:55:38","slug":"lp3455-poi2007-zap-queries","status":"publish","type":"post","link":"http:\/\/SmokeyDays.top\/wordpress\/2019\/03\/07\/lp3455-poi2007-zap-queries\/","title":{"rendered":"lp3455 POI2007 ZAP-Queries"},"content":{"rendered":"\n<p> \u66fe\u7ecf\u6709\u4e00\u9053\u9898\uff0c\u53eb\u505aYY\u7684GCD\uff0c\u5b83\u6c42\u7684\u662f\u8fd9\u6837\u4e00\u4e2a\u503c\uff1a<br> $$\\begin{equation}\\begin{split}\\sum_{x=1}^{n}\\sum_{y=1}^{m}\\sum_{p\\in P}[gcd(x,y)==p] \\end{split}\\end{equation}$$<br> \u7136\u540e\u89c2\u5bdf\u8fd9\u9053\u9898\u7684\u6c42\u548c\u5f0f\uff1a<br> $$\\begin{equation}\\begin{split}\\sum_{x=1}^{n}\\sum_{y=1}^{m}[gcd(x,y)==d] \\end{split}\\end{equation}$$<br> \u957f\u5f97\u5f88\u50cf\u5bf9\u4e0d\u5bf9\uff1f<br> \u4e8b\u5b9e\u4e0a\u5c31\u662f\u524d\u8005\u7684\u7b80\u5316\u7248\u3002<br> \u5269\u4e0b\u7684\u64cd\u4f5c\u5c31\u5f88\u5957\u8def\u4e86\u3002<br> $$\\begin{equation}\\begin{split}&amp;\\sum_{x=1}^{\\lfloor\\frac{n}{d}\\rfloor}\\sum_{y=1}^{\\lfloor\\frac{m}{d}\\rfloor}[gcd(x,y)==1]\\\\=&amp;\\sum_{x=1}^{\\lfloor\\frac{n}{d}\\rfloor}\\sum_{y=1}^{\\lfloor\\frac{m}{d}\\rfloor}\\sum_{k|gcd(x,y)}\\mu(k)\\\\=&amp;\\sum_{x=1}^{\\lfloor\\frac{n}{dk}\\rfloor}\\sum_{y=1}^{\\lfloor\\frac{m}{dk}\\rfloor}\\mu(k)\\\\=&amp;\\sum_{k=1}^{min(n,m)}\\mu(k)\\lfloor\\frac{n}{dk}\\rfloor\\lfloor\\frac{m}{dk}\\rfloor \\end{split}\\end{equation}$$ <br> \u7136\u540e\u9884\u5904\u7406\u51fa\u83ab\u6bd4\u4e4c\u65af\u51fd\u6570\u8dd1\u6570\u8bba\u5206\u5757\u5373\u53ef\u3002<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#include&lt;iostream>\n#include&lt;cstdio>\n\nconst int N = 100000+5;\n\nint p[N\/10],mu[N],n,m,d;\nbool ip[N];\nvoid prpr(){\n\tp[0]=0;mu[1]=1;ip[1]=1;\n\tfor(int i=2;i&lt;=100000;++i){\n\t\tif(!ip[i]){\n\t\t\tp[++p[0]]=i;\n\t\t\tmu[i]=-1;\n\t\t}\n\t\tfor(int j=1;j&lt;=p[0]&amp;&amp;p[j]*i&lt;=100000;++j){\n\t\t\tip[i*p[j]]=1;\n\t\t\tif(!(i%p[j])){\n\t\t\t\tmu[i*p[j]]=0;\n\t\t\t\tbreak;\n\t\t\t}else{\n\t\t\t\tmu[i*p[j]]=-mu[i];\n\t\t\t}\n\t\t}\n\t}\n\tfor(int i=2;i&lt;=100000;++i){\n\t\tmu[i]+=mu[i-1]; \n\t}\n}\nlong long ans;\nvoid init(){\n\tscanf(\"%d%d%d\",&amp;n,&amp;m,&amp;d);\n\tn>m?n^=m^=n^=m:0;\n\tans=0;\n\tint k=0;\n\tfor(int i=1;i&lt;=n;i=k+1){\n\t\tk=std::min(n\/(n\/i),m\/(m\/i));\n\t\tans+=1ll*(n\/(i*d))*(m\/(i*d))*(mu[k]-mu[i-1]);\n\t}\n\tprintf(\"%lld\\n\",ans);\n}\n\nint main(){\n\tprpr();\n\tint T;\n\tscanf(\"%d\",&amp;T);\n\twhile(T--){\n\t\tinit();\n\t}\n\treturn 0;\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u66fe\u7ecf\u6709\u4e00\u9053\u9898\uff0c\u53eb\u505aYY\u7684GCD\uff0c\u5b83\u6c42\u7684\u662f\u8fd9\u6837\u4e00\u4e2a\u503c\uff1a $$\\begin{equation}\\begin{spl &hellip; <\/p>\n<p class=\"link-more\"><a href=\"http:\/\/SmokeyDays.top\/wordpress\/2019\/03\/07\/lp3455-poi2007-zap-queries\/\" class=\"more-link\">\u7ee7\u7eed\u9605\u8bfb<span class=\"screen-reader-text\">\u201clp3455 POI2007 ZAP-Queries\u201d<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[100,24,27,60,6,83,5],"tags":[],"_links":{"self":[{"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/posts\/697"}],"collection":[{"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/comments?post=697"}],"version-history":[{"count":3,"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/posts\/697\/revisions"}],"predecessor-version":[{"id":700,"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/posts\/697\/revisions\/700"}],"wp:attachment":[{"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/media?parent=697"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/categories?post=697"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/SmokeyDays.top\/wordpress\/wp-json\/wp\/v2\/tags?post=697"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}