{"id":137,"date":"2011-08-20T23:40:35","date_gmt":"2011-08-20T15:40:35","guid":{"rendered":"http:\/\/wangkaixuan.tech\/?p=137"},"modified":"2020-06-03T23:41:31","modified_gmt":"2020-06-03T15:41:31","slug":"hdu-3953-ill-play-a-trick-on-you","status":"publish","type":"post","link":"http:\/\/www.wangkaixuan.tech\/?p=137","title":{"rendered":"hdu 3953 I&#8217;ll play a trick on you"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>\/*\n\u5f88\u6709\u610f\u601d\u7684\u4e00\u9053\u9898\n\u5c0f\u5fc3\u88ab\u9a97\u54df\u3002\u3002\u3002 \n*\/\n#define LOCAL\n#include&lt;iostream>\n#include&lt;cstdio>\n#include&lt;cmath>\n#include&lt;cstring>\n#include&lt;cstdlib>\n#include&lt;iomanip>\n#include&lt;string>\n#include&lt;algorithm>\n#include&lt;ctime>\n#include&lt;stack>\n#include&lt;queue>\n#include&lt;vector>\nusing namespace std;\nint main()\n{\n#ifdef LOCAL\n       freopen(\"input.txt\",\"r\",stdin);\n       freopen(\"output.txt\",\"w\",stdout);\n#endif\n \n        string str;int sum,ncase,len,i,cases=1;\n        cin>>ncase;\n        while(ncase--)\n        {\n              cout&lt;&lt;\"Case \"&lt;&lt;cases++&lt;&lt;\": \"; \n              cin>>str;\n              len=str.size();\n              sum=0;\n              for(i=0;i&lt;len;i++)\n                sum+=str&#91;i]-'0';\n              cin>>str;\n              len=str.size();\n              for(i=0;i&lt;len;i++)\n                sum+=str&#91;i]-'0';\n              cout&lt;&lt;sum&lt;&lt;endl;\n        }\n        return 0;\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[7],"tags":[],"class_list":["post-137","post","type-post","status-publish","format-standard","hentry","category-06-01-acm"],"_links":{"self":[{"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=\/wp\/v2\/posts\/137","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=137"}],"version-history":[{"count":0,"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=\/wp\/v2\/posts\/137\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=137"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=137"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.wangkaixuan.tech\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=137"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}