<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Open Community - C/C++/Python/Pascal 竞赛</title>
    <link>https://discuz.mxdyeah.top/forum-45-1.html</link>
    <description>Latest 20 threads of C/C++/Python/Pascal 竞赛</description>
    <copyright>Copyright(C) Open Community</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 27 May 2026 21:10:28 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://discuz.mxdyeah.top/static/image/common/logo_88_31.gif</url>
      <title>Open Community</title>
      <link>https://discuz.mxdyeah.top/</link>
    </image>
    <item>
      <title>#1023. 房贷计算器 题解 C++</title>
      <link>https://discuz.mxdyeah.top/thread-52-1-1.html</link>
      <description><![CDATA[题目描述
等额本金为常见的一种银行贷款还款方式，假设您贷款20万元，贷款期限20年（240个月），贷款月利率千分之0.5%，按照等额本金还款的话， 每月偿还的贷款本金一样，都是20万元/240月＝833.33元，贷款利息首月则是20万元*0.5%＝1000元，本息合计1833.33元。第二个 ...]]></description>
      <category>C/C++/Python/Pascal 竞赛</category>
      <author>mxdyeah</author>
      <pubDate>Thu, 01 Feb 2024 14:20:10 +0000</pubDate>
    </item>
    <item>
      <title>#1227. 高精度求积(multiply) 题解</title>
      <link>https://discuz.mxdyeah.top/thread-51-1-1.html</link>
      <description><![CDATA[原题链接 

题目描述
输入两个高精度正整数 M 和 N（M 和 N 均小于 100 位）。 
求这两个高精度数的积。 
输入
两个数字，中间用空格隔开    
输出
一个数字，不要带有任何空格或字母    
样例输入

    36 3

样例输出

    108
题解





 ...]]></description>
      <category>C/C++/Python/Pascal 竞赛</category>
      <author>mxdyeah</author>
      <pubDate>Thu, 01 Feb 2024 06:02:47 +0000</pubDate>
    </item>
  </channel>
</rss>