{"id":649,"date":"2019-06-09T08:46:54","date_gmt":"2019-06-09T00:46:54","guid":{"rendered":"http:\/\/fankasy.xyz\/?p=649"},"modified":"2019-09-25T08:49:50","modified_gmt":"2019-09-25T00:49:50","slug":"noj1012-%e8%bf%9b%e5%88%b6%e8%bd%ac%e6%8d%a2","status":"publish","type":"post","link":"http:\/\/fankasy.xyz\/index.php\/2019\/06\/09\/noj1012-%e8%bf%9b%e5%88%b6%e8%bd%ac%e6%8d%a2\/","title":{"rendered":"NOJ1012 \u8fdb\u5236\u8f6c\u6362"},"content":{"rendered":"<p>\u539f\u7406\u5176\u5b9e\u662f\u5148\u628a\u6570\u6362\u7b97\u6210\u8be5\u8fdb\u5236\u4e0b\u7684\u51e0\u6216\u5341\u51e0\uff0c\u518d\u7528\u5b57\u6bcd\u8f93\u51fa\u3002<\/p>\n<pre>#include&lt;stdio.h&gt;\r\nint main()\r\n{\r\n    long n;\r\n    int a[1000],b,i,j,r;\r\n    int times;\r\n    scanf(\"%d\",&amp;times);\r\n    while (times--)\r\n    {\r\n        scanf(\"%ld%d\",&amp;n,&amp;r);\r\n\t\ti=0;\r\n        if(n&lt;0){n=-n;printf(\"-\");} if(n==0) printf(\"0\"); while(n&gt;0)\r\n        {\r\n            b=n%r;\r\n            a[i++]=b;\r\n            n=n\/r;\r\n        }\r\n\t\ti=i-1;\r\n        for(j=i;j&gt;=0;j--)\r\n        {\r\n          switch(a[j])\r\n\t\t  {\t\r\n\t\t\tcase 10:printf(\"A\");break;\r\n\t\t\tcase 11:printf(\"B\");break;\r\n\t\t\tcase 12:printf(\"C\");break;\r\n\t\t\tcase 13:printf(\"D\");break;\r\n\t\t\tcase 14:printf(\"E\");break;\r\n\t\t\tcase 15:printf(\"F\");break;\r\n\t\t\tdefault :printf(\"%d\",a[j]);\r\n\t\t  }\r\n\t\t}\r\n        printf(\"\\n\");\r\n    }\r\n    return 0;\r\n}\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u539f\u7406\u5176\u5b9e\u662f\u5148\u628a\u6570\u6362\u7b97\u6210\u8be5\u8fdb\u5236\u4e0b\u7684\u51e0\u6216\u5341\u51e0\uff0c\u518d\u7528\u5b57\u6bcd\u8f93\u51fa\u3002 #include&lt;stdio.h&gt; in [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[17],"tags":[],"_links":{"self":[{"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/posts\/649"}],"collection":[{"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/comments?post=649"}],"version-history":[{"count":0,"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/posts\/649\/revisions"}],"wp:attachment":[{"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/media?parent=649"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/categories?post=649"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/fankasy.xyz\/index.php\/wp-json\/wp\/v2\/tags?post=649"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}