某校水卡数据算法分析
<!--StartFragment--><p style="overflow-wrap:break-word;margin:5px 0px;color:#000000;font-family:"font-size:12px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;">
<span style="overflow-wrap:break-word;color:#444444;font-size:14px;white-space:normal;background-color:#FFFFFF;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:x-large;">0x00 Preface</span></span><br style="overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;white-space:normal;background-color:#FFFFFF;" />
<span style="overflow-wrap:break-word;color:#444444;font-size:14px;white-space:normal;background-color:#FFFFFF;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;">个人认为我等屌丝在大学必干的几件事:</span></span><br style="overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;white-space:normal;background-color:#FFFFFF;" />
<span style="overflow-wrap:break-word;color:#444444;font-size:14px;white-space:normal;background-color:#FFFFFF;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"> 1.拿下学校的网站。</span></span><br style="overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;white-space:normal;background-color:#FFFFFF;" />
<span style="overflow-wrap:break-word;color:#444444;font-size:14px;white-space:normal;background-color:#FFFFFF;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"> 2.破解水(fan)卡。</span></span><br style="overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;white-space:normal;background-color:#FFFFFF;" />
<span style="overflow-wrap:break-word;color:#444444;font-size:14px;white-space:normal;background-color:#FFFFFF;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"> 3.拿下运营商DHCP服务器从而免费上网。</span></span><br style="overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;white-space:normal;background-color:#FFFFFF;" />
<span style="overflow-wrap:break-word;color:#444444;font-size:14px;white-space:normal;background-color:#FFFFFF;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"> = = 这些我都干过了,而且基本都干完了……只是学校太low,安全性实在不敢恭维,没啥写的意义,网络中心的人居然上班时间看电视剧……我都不忍心吐槽了……倒是这个热水,打开水和洗澡是共用的,洗澡的时候钱流的飞快,心痛啊,上次还在隔壁澡堂听见一人说刚冲满才用了十天就完了,怎一个坑字了得</span></span><br style="overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;white-space:normal;background-color:#FFFFFF;" />
<span style="overflow-wrap:break-word;color:#444444;font-size:14px;white-space:normal;background-color:#FFFFFF;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"> 九零有活动了,所以就挑了其中有一点科普意义的发出来,支(duo)持(na)一(yi)下(dian)九(jiu)零(piao)!另外,那么多安全论坛最喜欢九零了…每次开完电脑都要打开九零看看…都养成习惯了…希望九零长盛不衰 ^_^ 在此也提前恭祝各位新春快乐!祝九零越来越棒!</span></span><br style="overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;white-space:normal;background-color:#FFFFFF;" />
<span style="overflow-wrap:break-word;color:#444444;font-size:14px;white-space:normal;background-color:#FFFFFF;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:x-large;">0x01 Prerequisite</span></span><br style="overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;white-space:normal;background-color:#FFFFFF;" />
<span style="overflow-wrap:break-word;color:#444444;font-size:14px;white-space:normal;background-color:#FFFFFF;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"> MIFARE Classic card提供1k-4k的容量,我们常见的很多都是MIFARE Classic 1k卡,也就是常说的M1卡。很多学校的<span style="overflow-wrap:break-word;font-weight:700;"><span style="overflow-wrap:break-word;color:#FF0000;">水卡</span></span>、饭卡之类的都是M1卡。</span></span><br style="overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;white-space:normal;background-color:#FFFFFF;" />
<span style="overflow-wrap:break-word;color:#444444;font-size:14px;white-space:normal;background-color:#FFFFFF;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"> M1卡有从0到15共16个扇区(Sector),并且每个扇区都有独立的密码,每个扇区包含从0到3共四个段(Block),每个段可以保存16字节的数据。 </span></span><span style="overflow-wrap:break-word;color:#444444;font-size:14px;white-space:normal;background-color:#FFFFFF;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;">每个扇区的前三段用来保存数据,最后一段用来存放KEY A,KEY B和存取位(Access Bits),每张卡的第0扇区的第0段还有一个唯一标识的UID号。UID号从出厂就固化了的,一般不可改。但某宝上卖的那些UID白卡可以改(说白了就是不按规范生产的卡)。</span></span><br style="overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;white-space:normal;background-color:#FFFFFF;" />
<span style="overflow-wrap:break-word;color:#444444;font-size:14px;white-space:normal;background-color:#FFFFFF;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"> 以上这些是最基本的关于M1卡的知识,详细的大家可以Google一下,另外这方面的资料大部分都是英文的 = = 。</span></span><br style="overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;white-space:normal;background-color:#FFFFFF;" />
<br style="overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;white-space:normal;background-color:#FFFFFF;" />
<span style="overflow-wrap:break-word;color:#444444;font-size:14px;white-space:normal;background-color:#FFFFFF;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:x-large;">0x02 Detail</span></span><br style="overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;white-space:normal;background-color:#FFFFFF;" />
<span style="overflow-wrap:break-word;color:#444444;font-size:14px;white-space:normal;background-color:#FFFFFF;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"> 网上关于M1卡的破解文章已经很多了,所以一些基本的攻击方法就不讲了,主要讲的是数据算法的分析方法,基于已知数据对未知数据的猜测方法。</span></span><br style="overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;white-space:normal;background-color:#FFFFFF;" />
<span style="overflow-wrap:break-word;color:#444444;font-size:14px;white-space:normal;background-color:#FFFFFF;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"> 使用MFOCGUI破解卡密钥并导出数据后,拿到了第一个dump文件,然后再去刷点钱,再dump一次,拿到了第二个dump文件,对比一下找出金额数据。</span></span><br style="overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;white-space:normal;background-color:#FFFFFF;" />
<br style="overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;white-space:normal;background-color:#FFFFFF;" />
<ignore_js_op style="overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;white-space:normal;background-color:#FFFFFF;"><img id="aimg_18629" aid="18629" src="https://forum.90sec.org/forum.php?mod=attachment&aid=MTg2Mjl8NjUyYmEzNzB8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes" zoomfile="forum.php?mod=attachment&aid=MTg2Mjl8NjUyYmEzNzB8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes¬humb=yes" file="forum.php?mod=attachment&aid=MTg2Mjl8NjUyYmEzNzB8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes" class="zoom" width="600" inpost="1" lazyloaded="true" _load="1" initialized="true" style="border:0px;overflow-wrap:break-word;cursor:pointer;" /></ignore_js_op><span style="color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;white-space:normal;background-color:#FFFFFF;"></span><br style="overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;white-space:normal;background-color:#FFFFFF;" />
<br style="overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;white-space:normal;background-color:#FFFFFF;" />
<span style="overflow-wrap:break-word;color:#444444;font-size:14px;white-space:normal;background-color:#FFFFFF;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;">密钥部分打码,水表已拆。图片不方便,我把关键数据贴出来,金额部分用橙色字体标注,校验位用红色字体标注,常量则是黑色不用管:</span></span>
</p>
<div align="left" style="overflow-wrap:break-word;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;background-color:#FFFFFF;">
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;">19.90</span></span>
</div>
<div align="left" style="overflow-wrap:break-word;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;background-color:#FFFFFF;">
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:red;">3C CF</span> <span style="overflow-wrap:break-word;color:#FFA500;">C6 07</span> <span style="overflow-wrap:break-word;color:#FF0000;">02 30</span> 00 00 00 00 01 00 00 01 00 <span style="overflow-wrap:break-word;color:#FF0000;">2F</span></span></span>
</div>
<div align="left" style="overflow-wrap:break-word;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;background-color:#FFFFFF;">
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"><br style="overflow-wrap:break-word;" />
</span></span>
</div>
<div align="left" style="overflow-wrap:break-word;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;background-color:#FFFFFF;">
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;">17.84</span></span>
</div>
<span style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;overflow-wrap:break-word;color:#444444;font-size:14px;background-color:#FFFFFF;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:red;">09 06</span> <span style="overflow-wrap:break-word;color:#FFA500;">F8 06</span> <span style="overflow-wrap:break-word;color:#FF0000;">08 F9</span> 00 00 00 00 01 00 00 01 00 <span style="overflow-wrap:break-word;color:#FF0000;">F8</span></span></span><br style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;background-color:#FFFFFF;" />
<span style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;overflow-wrap:break-word;color:#444444;font-size:14px;background-color:#FFFFFF;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"> 从上面的数据可以看到,校验位(即除金额位以外的数据变动位数)一共有五个,我们首先把金额位给确定下来,怎么判断金额位呢?</span></span><br style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;background-color:#FFFFFF;" />
<span style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;overflow-wrap:break-word;color:#444444;font-size:14px;background-color:#FFFFFF;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"> 金额一般是以十六进制的形式保存在卡中(也有直接十进制保存的,不过比较少),因此把十进制的金额转成十六进制的数据即可看出,这里</span></span><span style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;overflow-wrap:break-word;color:#444444;font-size:14px;background-color:#FFFFFF;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;">十进制金额1990 转成十六进制为7C6,前面补个0再倒序一下即为C607。</span></span><br style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;background-color:#FFFFFF;" />
<span style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;overflow-wrap:break-word;color:#444444;font-size:14px;background-color:#FFFFFF;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"> 找出金额以后,想到学校那破旧不堪的设施,于是就不管校验位,强行修改金额去试试,看看这些校验位到底有没有,然后…..</span></span><br style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;background-color:#FFFFFF;" />
<br style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;background-color:#FFFFFF;" />
<ignore_js_op style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;background-color:#FFFFFF;"><img id="aimg_18630" aid="18630" src="https://forum.90sec.org/forum.php?mod=attachment&aid=MTg2MzB8OGIyMTMzMGV8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes" zoomfile="forum.php?mod=attachment&aid=MTg2MzB8OGIyMTMzMGV8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes¬humb=yes" file="forum.php?mod=attachment&aid=MTg2MzB8OGIyMTMzMGV8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes" class="zoom" width="429" inpost="1" lazyloaded="true" _load="1" initialized="true" style="border:0px;overflow-wrap:break-word;cursor:pointer;" /></ignore_js_op><span style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;background-color:#FFFFFF;"></span><br style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;background-color:#FFFFFF;" />
<br style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;background-color:#FFFFFF;" />
<span style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;overflow-wrap:break-word;color:#444444;font-size:14px;background-color:#FFFFFF;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"> 好吧,意料之中,老老实实分析吧。找出金额位后接下来就是找校验位的计算方法了,不过这里有五个校验位,有点多了,为了后面描述数据方便,我们给金额和每个校验位编个号。并且因为是两个样本,为了防止因偶然性引起的计算错误,那么再引入第三个金额为19.70的样本用来降低偶然性,主要计算还是基于19.90和17.84这两个样本。</span></span><br style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;background-color:#FFFFFF;" />
<br style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;background-color:#FFFFFF;" />
<span style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;overflow-wrap:break-word;color:#444444;font-size:14px;background-color:#FFFFFF;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;">X1 X2 P1 P2 X3 X4 X5</span></span><br style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;background-color:#FFFFFF;" />
<span style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;overflow-wrap:break-word;color:#444444;font-size:14px;background-color:#FFFFFF;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">3C CF</span> <span style="overflow-wrap:break-word;color:#FFA500;">C6 07</span> <span style="overflow-wrap:break-word;color:#FF0000;">02 30</span> 00 00 00 00 01 00 00 01 00 <span style="overflow-wrap:break-word;color:#FF0000;">2F</span><span style="overflow-wrap:break-word;color:red;"> </span><span style="overflow-wrap:break-word;color:#9ACD32;">(19.90) 样本一</span></span></span><br style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;background-color:#FFFFFF;" />
<span style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;overflow-wrap:break-word;color:#444444;font-size:14px;background-color:#FFFFFF;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">09 06</span> <span style="overflow-wrap:break-word;color:#FFA500;">F8 06</span> <span style="overflow-wrap:break-word;color:red;">08 F9</span> 00 00 00 00 01 00 00 01 00 <span style="overflow-wrap:break-word;color:#FF0000;">F8</span><span style="overflow-wrap:break-word;color:red;"> </span><span style="overflow-wrap:break-word;color:#9ACD32;">(17.84) 样本二</span></span></span><br style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;background-color:#FFFFFF;" />
<div align="left" style="overflow-wrap:break-word;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;background-color:#FFFFFF;">
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">50 D3</span> <span style="overflow-wrap:break-word;color:#FFA500;">B2 07</span> <span style="overflow-wrap:break-word;color:#FF0000;">1A 2C</span> 00 00 00 00 01 00 00 01 00 <span style="overflow-wrap:break-word;color:#FF0000;">2B</span><span style="overflow-wrap:break-word;color:red;"> </span><span style="overflow-wrap:break-word;color:#9ACD32;">(19.70) 样本三</span></span></span>
</div>
<br style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:start;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;overflow-wrap:break-word;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;background-color:#FFFFFF;" />
<div align="left" style="overflow-wrap:break-word;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;background-color:#FFFFFF;">
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;color:#9BBB59;"><span style="overflow-wrap:break-word;font-size:12pt;"><br style="overflow-wrap:break-word;" />
</span></span></span>
</div>
<div align="left" style="overflow-wrap:break-word;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;background-color:#FFFFFF;">
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> 简单目测一下可以看出,X4减1即为X5的值,第三个样本的X4与X5同样满足减1的关系,当然也可以是X5加1等于X4,不过写算法的程序员应该没这么非主流吧……我们可以假设他是习惯性的从左往右做的减法。</span></span></span>
</div>
<div align="left" style="overflow-wrap:break-word;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-indent:0px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;text-decoration-style:initial;text-decoration-color:initial;color:#444444;font-family:Tahoma, Helvetica, SimSun, sans-serif;font-size:14px;background-color:#FFFFFF;">
<div align="left" style="overflow-wrap:break-word;">
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">先记下:</span></span></span>
</div>
<div align="left" style="overflow-wrap:break-word;">
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">X5 = X4 </span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">–</span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> 1</span></span></span>
</div>
<div align="left" style="overflow-wrap:break-word;">
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">那么也就是说X5的出现就必须依赖X4,即先有X4,才有X5。</span></span></span>
</div>
<div align="left" style="overflow-wrap:break-word;">
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"><br style="overflow-wrap:break-word;" />
</span></span></span>
</div>
<div align="left" style="overflow-wrap:break-word;">
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">再看仔细一点,两眼能看出</span></span></span>
</div>
<div align="left" style="overflow-wrap:break-word;">
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">NOT</span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> X2 = X4</span></span><span style="overflow-wrap:break-word;color:#000000;"><span style="overflow-wrap:break-word;font-size:medium;">即</span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">NOT</span></span><span style="overflow-wrap:break-word;color:#000000;"><span style="overflow-wrap:break-word;font-size:medium;"> CF = 30</span></span></span>
</div>
<div align="left" style="overflow-wrap:break-word;">
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;color:#000000;"><span style="overflow-wrap:break-word;font-size:medium;">再在下面两个样本试试</span></span></span>
</div>
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">NOT</span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> 06 = F9</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">NOT</span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> D3 = 2C</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">OK,满足,这样又找到了X2和X4的关系:</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">X4 = </span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">NOT</span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> X2</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">一眼能看出来的地方似乎已经没有了,接着分析金额部分。经过分析发现金额异或之后再与X1异或然后把所得数NOT一下,即可得到X3</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">拿样本一的数据来计算则是</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">NOT</span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> (C6 </span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">XOR</span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> 07 </span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">XOR</span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> 3C) = 02</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">这样又得出一个先后关系:X3的出现必须依赖于X1。</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">再记下:</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">X3 = </span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">NOT</span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> (P1 </span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">XOR</span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> P2 </span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">XOR</span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> X1)</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">稍微汇总一下这三步,如下图</span></span><br style="overflow-wrap:break-word;" />
</span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;color:#9BBB59;"><span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:16px;"><img id="aimg_18631" aid="18631" src="https://forum.90sec.org/forum.php?mod=attachment&aid=MTg2MzF8ZmRlMzZlOGR8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes" zoomfile="forum.php?mod=attachment&aid=MTg2MzF8ZmRlMzZlOGR8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes¬humb=yes" file="forum.php?mod=attachment&aid=MTg2MzF8ZmRlMzZlOGR8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes" class="zoom" width="600" inpost="1" lazyloaded="true" _load="1" style="border:0px;overflow-wrap:break-word;cursor:pointer;" /></span></span></span><br style="overflow-wrap:break-word;" />
<br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">以样本一的数据为基础,反正都一样。电脑上找不到画这个比较顺手的…就手画了…</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">从图中可以看到,已经有三个校验位能算出来了,但是还剩两个校验位X1、X2没有出来,即图中的3C和CF。</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">在这里卡了一会,经一朋友@lkboboy提醒:</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">C6 </span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">+</span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> 07 </span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">+</span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> 02 = CF</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">瞬间明了…这个在之前居然没又一眼看出来…</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">再记下:</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">X2 = P1 </span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">+</span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> P2 </span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">+</span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> X3</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">然后再汇总一遍:</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;color:#9BBB59;"><span style="overflow-wrap:break-word;font-size:16px;"><ignore_js_op style="overflow-wrap:break-word;"><img id="aimg_18632" aid="18632" src="https://forum.90sec.org/forum.php?mod=attachment&aid=MTg2MzJ8NDZiNWUwMDh8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes" zoomfile="forum.php?mod=attachment&aid=MTg2MzJ8NDZiNWUwMDh8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes¬humb=yes" file="forum.php?mod=attachment&aid=MTg2MzJ8NDZiNWUwMDh8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes" class="zoom" width="600" inpost="1" lazyloaded="true" _load="1" initialized="true" style="border:0px;overflow-wrap:break-word;cursor:pointer;" /></ignore_js_op></span></span><br style="overflow-wrap:break-word;" />
<br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> 现在可以看到,就剩下X1这一个变量还未出来了,到了这里拖了更久,因为问了几个朋友都没想出来,没办法了,只能自己动动脑子花点时间慢慢想了。</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">首先把之前得出的数据的相互依赖关系给汇总一下:</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">X5 = X4 </span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">–</span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> 1</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">X4 = </span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">NOT</span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> X2</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">X3 = </span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">NOT</span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> (P1 </span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">XOR</span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> P2 </span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">XOR</span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> X1)</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">X2 = P1 </span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">+</span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> P2 </span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">+</span></span><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> X3</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> 通过上面的汇总可以得出结论:X1一定与金额数据即P1、P2有关,但我用遍了加、减、或、与、异或、取反运算始终得到不到一个有效的算法。</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> 这时我想到会不会是P1和P2还牵扯到另外一个未知的HEX进行了运算,但0x00到0xFF之间这么多数难不成一个个试过去?这得试多久?正好最近学到C语言的位运算…就写个让程序帮我算好了…</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;">C语言中位运算符有:&(按位与)、|(按位或)、^(按位异或)、~ (按位取反),更加具体的可以百度。代码如下:</span></span><br style="overflow-wrap:break-word;" />
<br style="overflow-wrap:break-word;" />
</span><br style="overflow-wrap:break-word;" />
<div style="overflow-wrap:break-word;padding:15px 0px;">
<div style="overflow-wrap:break-word;font-size:12px;">
<span class="viewsource" num="0" style="overflow-wrap:break-word;cursor:pointer;color:#336699 !important;">纯文本查看</span> <span class="copycode" num="0" style="overflow-wrap:break-word;cursor:pointer;color:#336699 !important;">复制代码</span>
</div>
<div style="overflow-wrap:break-word;">
<div id="highlighter_45307" class="syntaxhighlighter notranslate c" style="overflow-wrap:break-word;width:1144.55px;overflow-y:auto;font-family:Consolas, "padding:1px !important;max-height:600px !important;margin:1em 0px !important;position:relative !important;overflow-x:auto !important;font-size:12px !important;">
<div class="toolbar" style="overflow-wrap:break-word;border-radius:0px !important;background:#6CE26C !important;border:none !important;bottom:auto !important;float:none !important;height:11px !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:absolute !important;right:1px !important;top:1px !important;vertical-align:baseline !important;width:11px !important;box-sizing:content-box !important;font-size:10px !important;min-height:auto !important;z-index:10 !important;color:white !important;">
<span style="overflow-wrap:break-word;"><a href="https://forum.90sec.org/#" class="toolbar_item command_help help" style="overflow-wrap:break-word;color:white !important;text-decoration-line:none !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:1px 0px 0px !important;position:static !important;right:auto !important;text-align:center !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;font-size:12px !important;min-height:auto !important;display:block !important;">?</a></span>
</div>
<table border="0" cellpadding="0" cellspacing="0" class="ke-zeroborder" style="border-collapse:collapse;overflow-wrap:break-word;empty-cells:show;table-layout:fixed;width:1144px;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;box-sizing:content-box !important;font-size:12px !important;min-height:auto !important;">
<tbody style="overflow-wrap:break-word;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;">
<tr style="overflow-wrap:break-word;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;">
<td class="gutter" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12px;line-height:1.1em !important;font-family:Consolas, "min-height:auto !important;color:#AFAFAF !important;border:0px !important;overflow-wrap:break-word;border-radius:0px !important;background:none !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:40px !important;box-sizing:content-box !important;">
<div class="line number1 index0 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
01
</div>
<div class="line number2 index1 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
02
</div>
<div class="line number3 index2 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
03
</div>
<div class="line number4 index3 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
04
</div>
<div class="line number5 index4 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
05
</div>
<div class="line number6 index5 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
06
</div>
<div class="line number7 index6 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
07
</div>
<div class="line number8 index7 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
08
</div>
<div class="line number9 index8 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
09
</div>
<div class="line number10 index9 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
10
</div>
<div class="line number11 index10 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
11
</div>
<div class="line number12 index11 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
12
</div>
<div class="line number13 index12 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
13
</div>
<div class="line number14 index13 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
14
</div>
<div class="line number15 index14 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
15
</div>
<div class="line number16 index15 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
16
</div>
</td>
<td class="code" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12px;line-height:1.1em !important;font-family:Consolas, "min-height:auto !important;border:0px !important;overflow-wrap:break-word;border-radius:0px !important;background:none !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">
<div class="container" style="overflow-wrap:break-word;border:0px !important;margin:0px !important;background:none !important;border-radius:0px !important;padding:0px !important;width:auto !important;position:relative !important;top:auto !important;right:auto !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;outline:0px !important;overflow:visible !important;vertical-align:baseline !important;box-sizing:content-box !important;min-height:auto !important;">
<div class="line number1 index0 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c preprocessor" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">#include <stdio.h></code>
</div>
<div class="line number2 index1 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
</div>
<div class="line number3 index2 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">int</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">main(</code><code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">int</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">argc, </code><code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">char</code> <code class="c keyword bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#006699 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">const</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">*argv[])</code>
</div>
<div class="line number4 index3 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">{</code>
</div>
<div class="line number5 index4 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c keyword bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#006699 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">const</code> <code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">int</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">target = {0x3C, 0x09}; </code><code class="c comments" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:#008200 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">//定义计算结果,0x3C为19.90的校验位,0x09为17.84的校验位</code>
</div>
<div class="line number6 index5 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">int</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">p1 = {0xC6, 0x07}; </code><code class="c comments" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:#008200 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">//19.90的金额数据</code>
</div>
<div class="line number7 index6 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">int</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">p2 = {0xF8, 0x06}; </code><code class="c comments" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:#008200 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">//17.84的金额数据</code>
</div>
<div class="line number8 index7 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">unsigned </code><code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">char</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">result; </code><code class="c comments" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:#008200 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">//定义数组存放运算结果,unsigned char型能很好的避免出现六个f的值</code>
</div>
<div class="line number9 index8 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c keyword bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#006699 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">for</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">(</code><code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">int</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">i = 0x00; i <= 0xFF; i++) {</code>
</div>
<div class="line number10 index9 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">result = ~ (p1 - p1 + i);</code>
</div>
<div class="line number11 index10 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">result = ~ (p2 - p2 + i);</code>
</div>
<div class="line number12 index11 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c keyword bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#006699 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">if</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">(result == target && result == target) </code><code class="c comments" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:#008200 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">//判断计算结果是否与目标结算结果相等</code>
</div>
<div class="line number13 index12 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c functions bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#FF1493 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">printf</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">(</code><code class="c string" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:blue !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">"Founded!\ni = %#04x\n"</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">, i); </code><code class="c comments" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:#008200 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">//判断成功则输出变量i的值</code>
</div>
<div class="line number14 index13 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">}</code>
</div>
<div class="line number15 index14 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c keyword bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#006699 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">return</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">0;</code>
</div>
<div class="line number16 index15 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">}</code>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;color:#000000;"><br style="overflow-wrap:break-word;" />
</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#000000;"> 然后我们要改的就是代码中第10行和11行的运算符号,因为也就加减和四个位运算,用Sublime text改起来特别快,试了大概五六个之后…</span></span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><img id="aimg_18633" aid="18633" src="https://forum.90sec.org/forum.php?mod=attachment&aid=MTg2MzN8MjllZGY4OTN8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes" zoomfile="forum.php?mod=attachment&aid=MTg2MzN8MjllZGY4OTN8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes¬humb=yes" file="forum.php?mod=attachment&aid=MTg2MzN8MjllZGY4OTN8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes" class="zoom" width="600" inpost="1" lazyloaded="true" _load="1" style="border:0px;overflow-wrap:break-word;cursor:pointer;" /></span><br style="overflow-wrap:break-word;" />
<br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;">果然有一个未知量参与了运算,找到值了,总结计算方法为:</span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;">X1 = <span style="overflow-wrap:break-word;color:#FF0000;">NOT</span> (P1 <span style="overflow-wrap:break-word;color:#FF0000;">-</span> P2 <span style="overflow-wrap:break-word;color:#FF0000;">+</span> 04)</span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;">用样本三运验算一下:</span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><span style="overflow-wrap:break-word;color:#FF0000;">NOT</span> (B2 <span style="overflow-wrap:break-word;color:#FF0000;">–</span> 07 <span style="overflow-wrap:break-word;color:#FF0000;">+</span> 04) = 50</span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"><br style="overflow-wrap:break-word;" />
</span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;">OK,没问题,至此,所有的校验位都出来了,全部汇总一遍:</span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;">X1 = <span style="overflow-wrap:break-word;color:#FF0000;">NOT</span> (P1 <span style="overflow-wrap:break-word;color:#FF0000;">–</span> P2 <span style="overflow-wrap:break-word;color:#FF0000;">+</span> 04)</span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;">X2 = P1 <span style="overflow-wrap:break-word;color:#FF0000;">+</span> P2 <span style="overflow-wrap:break-word;color:#FF0000;">+</span> X3</span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;">X3 = <span style="overflow-wrap:break-word;color:#FF0000;">NOT</span> (P1 <span style="overflow-wrap:break-word;color:#FF0000;">XOR</span> P2 <span style="overflow-wrap:break-word;color:#FF0000;">XOR</span> X1)</span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;">X4 = <span style="overflow-wrap:break-word;color:#FF0000;">NOT</span> X2</span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;">X5 = X4 <span style="overflow-wrap:break-word;color:#FF0000;">–</span> 1</span><br style="overflow-wrap:break-word;" />
</span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"><br style="overflow-wrap:break-word;" />
</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"> 算法出来以后,就是写程序来帮我们自己算了。python有个hex函数,然而我还是打算用C写(其实是我目前对python并不熟)...因为涉及到金额倒序,需要将金额给分开,</span><span style="overflow-wrap:break-word;font-size:medium;">我想了半天,没想出特别好的方法,简而言之,流程如下:</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;">获取金额---->转化为十六进制字符串---->分别取前两位和后两位---->将取得的值转化为十六进制数值型---->写函数运算</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"> 大家若是有什么比较好的方法可以在下面回复,望不吝赐教</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:Tahoma;">
<div style="overflow-wrap:break-word;padding:15px 0px;">
<div style="overflow-wrap:break-word;font-size:12px;">
<span class="viewsource" num="1" style="overflow-wrap:break-word;cursor:pointer;color:#336699 !important;">纯文本查看</span> <span class="copycode" num="1" style="overflow-wrap:break-word;cursor:pointer;color:#336699 !important;">复制代码</span>
</div>
<div style="overflow-wrap:break-word;">
<div id="highlighter_247704" class="syntaxhighlighter notranslate c" style="overflow-wrap:break-word;width:1127.89px;overflow-y:auto;font-family:Consolas, "padding:1px !important;max-height:600px !important;margin:1em 0px !important;position:relative !important;overflow-x:auto !important;font-size:12px !important;">
<div class="toolbar" style="overflow-wrap:break-word;border-radius:0px !important;background:#6CE26C !important;border:none !important;bottom:auto !important;float:none !important;height:11px !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:absolute !important;right:1px !important;top:1px !important;vertical-align:baseline !important;width:11px !important;box-sizing:content-box !important;font-size:10px !important;min-height:auto !important;z-index:10 !important;color:white !important;">
<span style="overflow-wrap:break-word;"><a href="https://forum.90sec.org/#" class="toolbar_item command_help help" style="overflow-wrap:break-word;color:white !important;text-decoration-line:none !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:1px 0px 0px !important;position:static !important;right:auto !important;text-align:center !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;font-size:12px !important;min-height:auto !important;display:block !important;">?</a></span>
</div>
<table border="0" cellpadding="0" cellspacing="0" class="ke-zeroborder" style="border-collapse:collapse;overflow-wrap:break-word;empty-cells:show;table-layout:fixed;width:1127.33px;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;box-sizing:content-box !important;font-size:12px !important;min-height:auto !important;">
<tbody style="overflow-wrap:break-word;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;">
<tr style="overflow-wrap:break-word;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;">
<td class="gutter" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12px;line-height:1.1em !important;font-family:Consolas, "min-height:auto !important;color:#AFAFAF !important;border:0px !important;overflow-wrap:break-word;border-radius:0px !important;background:none !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:40px !important;box-sizing:content-box !important;">
<div class="line number1 index0 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
01
</div>
<div class="line number2 index1 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
02
</div>
<div class="line number3 index2 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
03
</div>
<div class="line number4 index3 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
04
</div>
<div class="line number5 index4 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
05
</div>
<div class="line number6 index5 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
06
</div>
<div class="line number7 index6 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
07
</div>
<div class="line number8 index7 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
08
</div>
<div class="line number9 index8 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
09
</div>
<div class="line number10 index9 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
10
</div>
<div class="line number11 index10 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
11
</div>
<div class="line number12 index11 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
12
</div>
<div class="line number13 index12 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
13
</div>
<div class="line number14 index13 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
14
</div>
<div class="line number15 index14 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
15
</div>
<div class="line number16 index15 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
16
</div>
<div class="line number17 index16 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
17
</div>
<div class="line number18 index17 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
18
</div>
<div class="line number19 index18 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
19
</div>
<div class="line number20 index19 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
20
</div>
<div class="line number21 index20 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
21
</div>
<div class="line number22 index21 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
22
</div>
<div class="line number23 index22 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
23
</div>
<div class="line number24 index23 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
24
</div>
<div class="line number25 index24 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
25
</div>
<div class="line number26 index25 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
26
</div>
<div class="line number27 index26 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
27
</div>
<div class="line number28 index27 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
28
</div>
<div class="line number29 index28 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
29
</div>
<div class="line number30 index29 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
30
</div>
<div class="line number31 index30 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
31
</div>
<div class="line number32 index31 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
32
</div>
<div class="line number33 index32 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
33
</div>
<div class="line number34 index33 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
34
</div>
<div class="line number35 index34 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
35
</div>
<div class="line number36 index35 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
36
</div>
<div class="line number37 index36 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
37
</div>
<div class="line number38 index37 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
38
</div>
<div class="line number39 index38 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
39
</div>
<div class="line number40 index39 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
40
</div>
<div class="line number41 index40 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
41
</div>
<div class="line number42 index41 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
42
</div>
<div class="line number43 index42 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
43
</div>
<div class="line number44 index43 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
44
</div>
<div class="line number45 index44 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
45
</div>
<div class="line number46 index45 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
46
</div>
<div class="line number47 index46 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
47
</div>
<div class="line number48 index47 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
48
</div>
<div class="line number49 index48 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
49
</div>
<div class="line number50 index49 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
50
</div>
<div class="line number51 index50 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
51
</div>
<div class="line number52 index51 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
52
</div>
<div class="line number53 index52 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
53
</div>
<div class="line number54 index53 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
54
</div>
<div class="line number55 index54 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
55
</div>
<div class="line number56 index55 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
56
</div>
<div class="line number57 index56 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
57
</div>
<div class="line number58 index57 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
58
</div>
<div class="line number59 index58 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
59
</div>
<div class="line number60 index59 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
60
</div>
<div class="line number61 index60 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
61
</div>
<div class="line number62 index61 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
62
</div>
<div class="line number63 index62 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
63
</div>
<div class="line number64 index63 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
64
</div>
<div class="line number65 index64 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
65
</div>
<div class="line number66 index65 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
66
</div>
<div class="line number67 index66 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
67
</div>
<div class="line number68 index67 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
68
</div>
<div class="line number69 index68 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
69
</div>
<div class="line number70 index69 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border-width:0px 3px 0px 0px !important;border-top-style:initial !important;border-right-style:solid !important;border-bottom-style:initial !important;border-left-style:initial !important;border-top-color:initial !important;border-right-color:#6CE26C !important;border-bottom-color:initial !important;border-left-color:initial !important;border-image:initial !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 5px 5px 0px !important;position:static !important;right:auto !important;text-align:right !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
70
</div>
</td>
<td class="code" style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:12px;line-height:1.1em !important;font-family:Consolas, "min-height:auto !important;border:0px !important;overflow-wrap:break-word;border-radius:0px !important;background:none !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">
<div class="container" style="overflow-wrap:break-word;border:0px !important;margin:0px !important;background:none !important;border-radius:0px !important;padding:0px !important;width:auto !important;position:relative !important;top:auto !important;right:auto !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;outline:0px !important;overflow:visible !important;vertical-align:baseline !important;box-sizing:content-box !important;min-height:auto !important;">
<div class="line number1 index0 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c preprocessor" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">#include <stdio.h></code>
</div>
<div class="line number2 index1 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c preprocessor" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">#include <string.h></code>
</div>
<div class="line number3 index2 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c preprocessor" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">#include <stdlib.h></code>
</div>
<div class="line number4 index3 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
</div>
<div class="line number5 index4 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">char</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">*chk_if_lack(</code><code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">char</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">*waiting_checking);</code>
</div>
<div class="line number6 index5 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">int</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">get_top_two(</code><code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">char</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">*total_price_pick_top_two);</code>
</div>
<div class="line number7 index6 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">int</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">get_post_two(</code><code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">char</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">*total_price_pick_post_two);</code>
</div>
<div class="line number8 index7 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c keyword bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#006699 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">void</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">calc_and_print(</code><code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">int</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">P1, </code><code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">int</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">P2);</code>
</div>
<div class="line number9 index8 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c keyword bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#006699 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">void</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">print_constant(</code><code class="c keyword bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#006699 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">void</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">);</code>
</div>
<div class="line number10 index9 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
</div>
<div class="line number11 index10 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">int</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">main(</code><code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">int</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">argc, </code><code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">char</code> <code class="c keyword bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#006699 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">const</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">*argv[])</code>
</div>
<div class="line number12 index11 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">{</code>
</div>
<div class="line number13 index12 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c functions bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#FF1493 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">printf</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">(</code><code class="c string" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:blue !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">"A Certain IC Card Data Algorithm Reverser. By 90Sec Team\n"</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">);</code>
</div>
<div class="line number14 index13 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">char</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">Price, *Checked_Price;</code>
</div>
<div class="line number15 index14 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">itoa(</code><code class="c functions bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#FF1493 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">atoi</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">(argv), Price, 16); </code><code class="c comments" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:#008200 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">//获取命令行参数作为金额并将其转化为十六进制字符串存入数组Price</code>
</div>
<div class="line number16 index15 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">Checked_Price = chk_if_lack(Price); </code><code class="c comments" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:#008200 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">//经测试有时金额转化为十六进制后首位为0然后被省略导致四位变三位(比如19.90的输入不经此函数处理输出为7c6),此函数用来检查此种情况</code>
</div>
<div class="line number17 index16 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c functions bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#FF1493 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">printf</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">(</code><code class="c string" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:blue !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">"The money you just input be converted to Hex-String is: %s\n"</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">, strupr(Checked_Price)); </code><code class="c comments" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:#008200 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">//大写字符串输出,纯为美观 -.-</code>
</div>
<div class="line number18 index17 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">calc_and_print(get_post_two(Checked_Price), get_top_two(Checked_Price)); </code><code class="c comments" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:#008200 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">//因为金额是倒序计算的,所以后两位在前</code>
</div>
<div class="line number19 index18 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c keyword bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#006699 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">return</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">0;</code>
</div>
<div class="line number20 index19 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">}</code>
</div>
<div class="line number21 index20 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
</div>
<div class="line number22 index21 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">char</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">*chk_if_lack(</code><code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">char</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">*waiting_checking) </code><code class="c comments" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:#008200 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">//如果检测到传入的字符串小于四位(因为只有首位的0会被省略,所以为三位),就将各元素往后移一个位置,最后把0赋给首元素凑满四位;否则不做修改直接return</code>
</div>
<div class="line number23 index22 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">{</code>
</div>
<div class="line number24 index23 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c keyword bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#006699 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">if</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">(</code><code class="c functions bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#FF1493 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">strlen</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">(waiting_checking) < 4) {</code>
</div>
<div class="line number25 index24 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c keyword bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#006699 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">for</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">(</code><code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">int</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">i = 5; i > 0; i--)</code>
</div>
<div class="line number26 index25 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">*(waiting_checking + i) = *(waiting_checking + i - 1);</code>
</div>
<div class="line number27 index26 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">*waiting_checking = </code><code class="c string" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:blue !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">'0'</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">;</code>
</div>
<div class="line number28 index27 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">}</code>
</div>
<div class="line number29 index28 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c keyword bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#006699 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">return</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">waiting_checking;</code>
</div>
<div class="line number30 index29 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">}</code>
</div>
<div class="line number31 index30 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
</div>
<div class="line number32 index31 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">int</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">get_top_two(</code><code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">char</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">*total_price_pick_top_two) </code><code class="c comments" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:#008200 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">//此函数用来获取金额的前两位并转化为十六进制数值型数据然后return</code>
</div>
<div class="line number33 index32 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">{</code>
</div>
<div class="line number34 index33 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">char</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">P_P;</code>
</div>
<div class="line number35 index34 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c functions bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#FF1493 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">strncpy</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">(P_P, total_price_pick_top_two, 2);</code>
</div>
<div class="line number36 index35 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c keyword bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#006699 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">return</code> <code class="c functions bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#FF1493 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">strtol</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">(P_P, NULL, 16);</code>
</div>
<div class="line number37 index36 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">}</code>
</div>
<div class="line number38 index37 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
</div>
<div class="line number39 index38 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">int</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">get_post_two(</code><code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">char</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">*total_price_pick_post_two) </code><code class="c comments" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:#008200 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">//与上面的函数一样,只是取金额的后两位</code>
</div>
<div class="line number40 index39 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">{ </code>
</div>
<div class="line number41 index40 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">char</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">P_R;</code>
</div>
<div class="line number42 index41 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c functions bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#FF1493 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">strcpy</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">(P_R, total_price_pick_post_two + 2);</code>
</div>
<div class="line number43 index42 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c keyword bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#006699 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">return</code> <code class="c functions bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#FF1493 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">strtol</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">(P_R, NULL, 16);</code>
</div>
<div class="line number44 index43 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">}</code>
</div>
<div class="line number45 index44 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
</div>
<div class="line number46 index45 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c keyword bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#006699 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">void</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">calc_and_print(</code><code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">int</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">P1, </code><code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">int</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">P2)</code>
</div>
<div class="line number47 index46 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">{</code>
</div>
<div class="line number48 index47 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c functions bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#FF1493 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">printf</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">(</code><code class="c string" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:blue !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">"After reversed: %02X %02X\n"</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">, P1, P2); </code><code class="c comments" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:#008200 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">//输出倒序后的值</code>
</div>
<div class="line number49 index48 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">unsigned </code><code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">char</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">X1, X2, X3, X4, X5; </code><code class="c comments" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:#008200 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">//初始化各校验位</code>
</div>
<div class="line number50 index49 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">X1 = ~ (P1 - P2 + 0x04); </code><code class="c comments" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:#008200 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">// 校</code>
</div>
<div class="line number51 index50 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">X3 = ~ (P1 ^ P2 ^ X1); </code><code class="c comments" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:#008200 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">// 验</code>
</div>
<div class="line number52 index51 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">X2 = P1 + P2 + X3; </code><code class="c comments" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:#008200 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">// 位</code>
</div>
<div class="line number53 index52 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">X4 = ~ X2; </code><code class="c comments" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:#008200 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">// 算</code>
</div>
<div class="line number54 index53 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">X5 = X4 - 0x01; </code><code class="c comments" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:#008200 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">// 法</code>
</div>
<div class="line number55 index54 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c functions bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#FF1493 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">printf</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">(</code><code class="c string" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:blue !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">"All of check bits is: %02X %02X %02X %02X %02X\n"</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">, X1, X2, X3, X4, X5); </code><code class="c comments" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:#008200 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">//输出计算好的各校验位的值</code>
</div>
<div class="line number56 index55 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c functions bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#FF1493 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">puts</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">(</code><code class="c string" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:blue !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">"The complete datas you should copy and then write in the card is:"</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">);</code>
</div>
<div class="line number57 index56 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c functions bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#FF1493 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">printf</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">(</code><code class="c string" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:blue !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">"%02X %02X %02X %02X %02X %02X "</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">, X1, X2, P1, P2, X3, X4); </code><code class="c comments" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:#008200 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">//组合各变量与金额并输出</code>
</div>
<div class="line number58 index57 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">print_constant(); </code><code class="c comments" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:#008200 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">//此函数用来输出扇区数据中各00或01的常量</code>
</div>
<div class="line number59 index58 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c functions bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#FF1493 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">printf</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">(</code><code class="c string" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:blue !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">"%02X\nGood fortune."</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">, X5); </code><code class="c comments" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:#008200 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">//输出最后一位校验位</code>
</div>
<div class="line number60 index59 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">}</code>
</div>
<div class="line number61 index60 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
</div>
<div class="line number62 index61 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c keyword bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#006699 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">void</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">print_constant(</code><code class="c keyword bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#006699 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">void</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">)</code>
</div>
<div class="line number63 index62 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">{</code>
</div>
<div class="line number64 index63 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c keyword bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#006699 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">for</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">(</code><code class="c color1 bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:gray !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">int</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">i = 0; i < 9; i++) {</code>
</div>
<div class="line number65 index64 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c keyword bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#006699 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">if</code> <code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">(i == 4 || i == 7)</code>
</div>
<div class="line number66 index65 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c functions bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#FF1493 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">printf</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">(</code><code class="c string" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:blue !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">"%02X "</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">, 0x01);</code>
</div>
<div class="line number67 index66 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c keyword bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#006699 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">else</code>
</div>
<div class="line number68 index67 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c functions bold" style="overflow-wrap:break-word;font-family:Consolas, "font-weight:bold !important;min-height:auto !important;color:#FF1493 !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">printf</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">(</code><code class="c string" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;color:blue !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">"%02X "</code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">, 0x00);</code>
</div>
<div class="line number69 index68 alt2" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c spaces" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;"> </code><code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">}</code>
</div>
<div class="line number70 index69 alt1" style="overflow-wrap:break-word;border-radius:0px !important;background-image:none !important;background-position:initial !important;background-size:initial !important;background-repeat:initial !important;background-attachment:initial !important;background-origin:initial !important;background-clip:initial !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:5px 0px 5px 10px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;min-height:auto !important;white-space:pre !important;">
<code class="c plain" style="overflow-wrap:break-word;font-family:Consolas, "min-height:auto !important;border-radius:0px !important;background:none !important;border:0px !important;bottom:auto !important;float:none !important;height:auto !important;left:auto !important;line-height:1.1em !important;margin:0px !important;outline:0px !important;overflow:visible !important;padding:0px !important;position:static !important;right:auto !important;top:auto !important;vertical-align:baseline !important;width:auto !important;box-sizing:content-box !important;">}</code>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:Tahoma;"><br style="overflow-wrap:break-word;" />
</span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;">应该没有过分模块化吧...</span></span><br style="overflow-wrap:break-word;" />
<br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;">然后就是验算:</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><img id="aimg_18639" aid="18639" src="https://forum.90sec.org/forum.php?mod=attachment&aid=MTg2Mzl8ODkwYTYxOTF8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes" zoomfile="forum.php?mod=attachment&aid=MTg2Mzl8ODkwYTYxOTF8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes¬humb=yes" file="forum.php?mod=attachment&aid=MTg2Mzl8ODkwYTYxOTF8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes" class="zoom" width="600" inpost="1" lazyloaded="true" _load="1" initialized="true" style="border:0px;overflow-wrap:break-word;cursor:pointer;" /></span><br style="overflow-wrap:break-word;" />
<br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;">OK,没问题</span></span><br style="overflow-wrap:break-word;" />
<br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;">最后算个100的数据</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><img id="aimg_18635" aid="18635" src="https://forum.90sec.org/forum.php?mod=attachment&aid=MTg2MzV8ZmJjYTA1MGJ8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes" zoomfile="forum.php?mod=attachment&aid=MTg2MzV8ZmJjYTA1MGJ8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes¬humb=yes" file="forum.php?mod=attachment&aid=MTg2MzV8ZmJjYTA1MGJ8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes" class="zoom" width="600" inpost="1" lazyloaded="true" _load="1" initialized="true" style="border:0px;overflow-wrap:break-word;cursor:pointer;" /></span><br style="overflow-wrap:break-word;" />
<br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;">然后copy</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><img id="aimg_18636" aid="18636" src="https://forum.90sec.org/forum.php?mod=attachment&aid=MTg2MzZ8YTZlNWNmZGN8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes" zoomfile="forum.php?mod=attachment&aid=MTg2MzZ8YTZlNWNmZGN8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes¬humb=yes" file="forum.php?mod=attachment&aid=MTg2MzZ8YTZlNWNmZGN8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes" class="zoom" width="600" inpost="1" lazyloaded="true" _load="1" style="border:0px;overflow-wrap:break-word;cursor:pointer;" /></span><br style="overflow-wrap:break-word;" />
<br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;">接着write</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><img id="aimg_18637" aid="18637" src="https://forum.90sec.org/forum.php?mod=attachment&aid=MTg2Mzd8MDBlMWViM2J8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes" zoomfile="forum.php?mod=attachment&aid=MTg2Mzd8MDBlMWViM2J8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes¬humb=yes" file="forum.php?mod=attachment&aid=MTg2Mzd8MDBlMWViM2J8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes" class="zoom" width="600" inpost="1" lazyloaded="true" _load="1" style="border:0px;overflow-wrap:break-word;cursor:pointer;" /></span><br style="overflow-wrap:break-word;" />
<br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;">最后</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><img id="aimg_18638" aid="18638" src="https://forum.90sec.org/forum.php?mod=attachment&aid=MTg2Mzh8ODRjNWNlMWN8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes" zoomfile="forum.php?mod=attachment&aid=MTg2Mzh8ODRjNWNlMWN8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes¬humb=yes" file="forum.php?mod=attachment&aid=MTg2Mzh8ODRjNWNlMWN8MTY0MjY4Mjk5OXwyMjEwfDkxMjA%3D&noupdate=yes" class="zoom" width="488" inpost="1" lazyloaded="true" _load="1" initialized="true" style="border:0px;overflow-wrap:break-word;cursor:pointer;" /></span><br style="overflow-wrap:break-word;" />
<br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"> 关于金额,本来想写个FFFF即655.36的,没想到超出100就报错 = = 学校药丸…至于金额为什么会少了点…说出来让大家笑一笑…</span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"> 当我晚上偷偷摸摸(必须偷偷摸摸啊,你见过谁洗澡掏手机的?)的进澡堂,然后把卡一插,手机一掏。不知道哪个XXX没有关热水水龙头,就要拍照的时候一股“洪水”袭来,吓得我差点没把手机摔了,结果我身上都湿了,尼玛的…然后赶紧把卡拔了关了水龙头再插再拍照… 这张照片也许能成为我未来回忆大学生活最好的“缓存”了吧...</span><br style="overflow-wrap:break-word;" />
</span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;"><br style="overflow-wrap:break-word;" />
</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:x-large;">0x03 Conclusion</span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"> 本篇文章旨在为大家提供一个通用的IC卡数据分析思路,当然,这张卡的校验位是纯计算出来的,不排除有些卡会记录刷卡次数或者时间混淆视听……同时,个人有个思路即可以通过程序来实现算法的自动猜测,即输入金额,然后输入目标hex,程序内置一些简单的运算过程如异或和取反来进行尝试,可以省去大量时间。</span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-size:medium;"> 目前我的水平还不够…看以后能否实现。</span><br style="overflow-wrap:break-word;" />
</span><br style="overflow-wrap:break-word;" />
<br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;">===========================================================================</span></span><br style="overflow-wrap:break-word;" />
<span style="overflow-wrap:break-word;font-family:黑体;"><span style="overflow-wrap:break-word;font-size:medium;">如果此文给你带来了那么一丁点思路或者让你开怀一笑,欢迎投我一票!谢谢各位表哥了!</span></span>
</div>
<!--EndFragment-->
页:
[1]