<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>My 迷人的 wall by tangjie</title>
      <link>https://padlet.com/7241963/bag0zooq1ngj</link>
      <description>伴随着新奇的想法</description>
      <language>en-us</language>
      <pubDate>2017-11-14 06:29:23 UTC</pubDate>
      <lastBuildDate>2025-12-28 11:08:39 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>作业  赵航  17物联网</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206583348</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>int main()<br>{<br>	printf("请输入重量/Kg\n");<br>    float a;<br>    scanf("%f",&amp;a);<br>    if(a&lt;=5)<br>    printf("运费%f",3*a);<br>    else if((a&gt;5)&amp;&amp;(a&lt;=10))<br>    printf("运费%f",15+(a-10)*3.5);<br>    else if((a&gt;10)&amp;&amp;(a&lt;=20))<br>      printf("运费%f",15+3.5*5+(a-10)*4);<br>    else if((a&gt;20)&amp;&amp;(a&lt;=30))<br>      printf("运费%f",15+3.5*5+4*10+(a-20)*4.5);<br>    else if((a&gt;30)&amp;&amp;(a&lt;=50))<br>      printf("运费%f",15+3.5*5+4*10+4.5*10+(a-30)*5);<br>    else <br>    printf("拒收\n");<br>	system("pause");<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:31:24 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206583348</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206583426</link>
         <description><![CDATA[<div>我不管我最帅</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:32:21 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206583426</guid>
      </item>
      <item>
         <title>#include #include int main(){	printf(&quot;请输入重量/Kg&quot;);    float a;    scanf(&quot;%f&quot;,&amp;a);    if(a&lt;=5)       printf(&quot;运费%f&quot;,3*a);     else if((a&gt;5)&amp;&amp;(a&lt;=10))      printf(&quot;运费%f&quot;,15+(a-5)*3.5);      else if((a&gt;10)&amp;&amp;(a&lt;=20))       printf(&quot;运费%f&quot;,15+3.5*5+(a-10)*4);       else if((a&gt;20)&amp;&amp;(a&lt;=30))        printf(&quot;运费%f&quot;,15+3.5*5+4*10+(a-20)*4.5);        else if ((a&gt;30)&amp;&amp;(a&lt;=50))         printf(&quot;运费%f&quot;,15+3.5*5+4*10+4.5*10+(a-30)*5);         else          printf(&quot;拒收\n&quot;);	system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206583450</link>
         <description><![CDATA[<div>&nbsp; 裴斌</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:32:36 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206583450</guid>
      </item>
      <item>
         <title>#include &lt;stdio.h&gt;#include &lt;stdlib.h&gt;int main(){int s,z;printf(&quot;输入货物重量，计算运费&quot;);scanf(&quot;%d&quot;,&amp;z);if(z&lt;=5)s=1;else if(z&gt;5&amp;&amp;z&lt;=10)s=2;else if(z&gt;10&amp;&amp;z&lt;=20)s=3;else if(z&gt;20&amp;&amp;z&lt;=30)s=4;else if(z&gt;30&amp;&amp;z&lt;=50)s=5;elses=6;switch(s){case 1:printf(&quot;你的东西重量为%dkg运费是%d\n&quot;,z,z*3);break;case 2:printf(&quot;你的东西重量为%dkg运费是%0.1f\n&quot;,z,z*3.5);break;case 3:printf(&quot;你的东西重量为%dkg运费是%d\n&quot;,z,z*4);break;case 4:printf(&quot;你的东西重量为%dkg运费是%0.1f\n&quot;,z,z*4.5);break;case 5:printf(&quot;你的东西重量为%dkg运费是%d\n&quot;,z,z*5);break;case 6:printf(&quot;超过50kg你会是想让我飞哦\n&quot;);}	system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206583459</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:32:40 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206583459</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206583576</link>
         <description><![CDATA[<div>float x;&nbsp; &nbsp; int y;&nbsp; &nbsp; printf("请输入物品质量");&nbsp; &nbsp; scanf("%f",&amp;x);&nbsp; &nbsp; if(x&lt;=5)&nbsp; &nbsp; y=1;&nbsp; &nbsp; else if(x&gt;5&amp;&amp;x&lt;=10)&nbsp; &nbsp; y=2;&nbsp; &nbsp; else if(x&gt;10&amp;&amp;x&lt;=20)&nbsp; &nbsp; y=3;&nbsp; &nbsp; else if(x&gt;20&amp;&amp;x&lt;=30)&nbsp; &nbsp; y=4;&nbsp; &nbsp; else if(x&gt;30&amp;&amp;x&lt;=50)&nbsp; &nbsp; y=5; &nbsp; else &nbsp; printf("滚"); &nbsp; switch(y) &nbsp; {case 1: &nbsp; printf("共需要快递费%f",x=3*x); &nbsp; break; &nbsp; case 2: &nbsp; printf("共需要快递费%f",x=15+(x-5)*3.5); &nbsp; break; &nbsp; case 3: &nbsp; printf("共需要快递费%f",x=15+5*3.5+(x-10)*4); &nbsp; break; &nbsp; case 4: &nbsp; printf("共需要快递费%f",x=15+5*3.5+40+(x-20)*4.5); &nbsp; break; &nbsp; case 5: &nbsp; printf("共需要快递费%f",x=15+5*3.5+40+45+(x-30)*5); &nbsp; break; &nbsp; default: &nbsp; printf("没有，下一个");}&nbsp; &nbsp;	system("pause");	return 0;}</div><div><br>任鑫鑫</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:33:46 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206583576</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206583581</link>
         <description><![CDATA[<div>printf("请输入重量/Kg");<br>&nbsp; &nbsp; float a;<br>&nbsp; &nbsp; scanf("%f",&amp;a);<br>&nbsp; &nbsp; if(a&lt;=5)<br>&nbsp; &nbsp; printf("运费%f",3*a);<br>&nbsp; &nbsp; else if((a&gt;5)&amp;&amp;(a&lt;=10))<br>&nbsp; &nbsp; printf("运费%f",15+(a-10)*3.5);<br>&nbsp; &nbsp; else if((a&gt;10)&amp;&amp;(a&lt;=20))<br>&nbsp; &nbsp; &nbsp; printf("运费%f",15+3.5*5+(a-10)*4);<br>&nbsp; &nbsp; else if((a&gt;20)&amp;&amp;(a&lt;=30))<br>&nbsp; &nbsp; &nbsp; printf("运费%f",15+3.5*5+4*10+(a-20)*4.5);<br>&nbsp; &nbsp; else if((a&gt;30)&amp;&amp;(a&lt;=50))<br>&nbsp; &nbsp; &nbsp; printf("运费%f",15+3.5*5+4*10+4.5*10+(a-30)*5);<br>&nbsp; &nbsp; else&nbsp;<br>&nbsp; &nbsp; printf("拒收\n");<br>&nbsp;system("pause");<br>向凯</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:33:51 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206583581</guid>
      </item>
      <item>
         <title>张雅茹</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206583592</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>int main()<br>{<br>		float a;<br>    printf("请输入货物重量");<br>    scanf("%f",&amp;a);<br>    if (a&lt;=5)<br>    printf("快递费：%f\n",3*a);<br>     if((a&gt;5)&amp;&amp;(a&lt;=10))<br>    printf("快递费：%f\n",15+3.5*(a-5));<br>    if((a&gt;10)&amp;&amp;(a&lt;=20))<br>    printf("快递费：%f\n",32.5+4*(a-10));<br>    if((a&gt;20)&amp;&amp;(a&lt;=30))<br>    printf("快递费：%f\n",72.5+4.5*(a-20));<br>    if((a&gt;30)&amp;&amp;(a&lt;=50))<br>    printf("快递费：%f\n",162.5+5*(a-40));<br>    if(a&gt;50)<br>    printf("拒收");<br><br>	system("pause");<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:34:02 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206583592</guid>
      </item>
      <item>
         <title>邮费计算pb</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206583606</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>int main()<br>{<br>	printf("请输入重量/Kg");<br>    float a;<br>    scanf("%f",&amp;a);<br>    if(a&lt;=5)  <br>     printf("运费%f",3*a);<br>     else if((a&gt;5)&amp;&amp;(a&lt;=10))<br>      printf("运费%f",15+(a-5)*3.5);<br>      else if((a&gt;10)&amp;&amp;(a&lt;=20))<br>       printf("运费%f",15+3.5*5+(a-10)*4);<br>       else if((a&gt;20)&amp;&amp;(a&lt;=30))<br>        printf("运费%f",15+3.5*5+4*10+(a-20)*4.5);<br>        else if ((a&gt;30)&amp;&amp;(a&lt;=50))<br>         printf("运费%f",15+3.5*5+4*10+4.5*10+(a-30)*5);<br>         else<br>          printf("拒收\n");<br>	system("pause");<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:34:09 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206583606</guid>
      </item>
      <item>
         <title>float a;    int t=-1;    printf(&quot;请输入货物重量&quot;);    scanf(&quot;%f&quot;,&amp;a);    if(a&gt;=0&amp;&amp;a&lt;50)    t=a/5;    switch(t)    {     case 0:     case 1:      printf(&quot;%f&quot;,a*3);      break;     case 2:      printf(&quot;%f&quot;,5*3+(a-5)*3.5);      break;     case 3:     case 4:      printf(&quot;%f&quot;,5*3+5*3.5+(a-10*4));      break;     case 5:     case 6:      printf(&quot;%f&quot;,5*3+5*3.5+10*4+(a-20)*4.5);      break;     case 7:     case 8:     case 9:     case 10:      printf(&quot;%f&quot;,5*3+5*3.5+10*4+10*4.5+(a-30)*5);     default:      printf(&quot;输入错误&quot;);    }</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206583631</link>
         <description><![CDATA[<div>李文静</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:34:27 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206583631</guid>
      </item>
      <item>
         <title> printf(&quot;请输入重量/Kg\n&quot;);    float a;    scanf(&quot;%f&quot;,&amp;a);    if(a&lt;=5)    printf(&quot;您的运费是运费%f&quot;,3*a);    else if((a&gt;5)&amp;&amp;(a&lt;=10))    printf(&quot;您的运费是运费%f&quot;,15+(a-10)*3.5);    else if((a&gt;10)&amp;&amp;(a&lt;=20))    printf(&quot;您的运费是运费%f&quot;,15+3.5*5+(a-10)*4);    else if((a&gt;20)&amp;&amp;(a&lt;=30))    printf(&quot;您的运费是运费%f&quot;,15+3.5*5+4*10+(a-20)*4.5);    else if((a&gt;30)&amp;&amp;(a&lt;=50))    printf(&quot;您的运费是%f&quot;,15+3.5*5+4*10+4.5*10+(a-30)*5);    else     printf(&quot;拒收\n&quot;);</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206583772</link>
         <description><![CDATA[<div>辛菘<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:35:33 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206583772</guid>
      </item>
      <item>
         <title>#include &lt;stdio.h&gt;#include &lt;stdlib.h&gt;int main(){	float x;    printf(&quot;请输入货物的重量：&quot;);    scanf(&quot;%f&quot;,&amp;x);    if(x&lt;=5)    printf(&quot;快递费为：%0.1f\n&quot;,3*x);    if(5&lt;x&amp;&amp;x&lt;=10)    printf(&quot;快递费为：%0.1f\n&quot;,15+3.5*(x-5));    if(10&lt;x&amp;&amp;x&lt;=20)    printf(&quot;快递费为：%0.1f\n&quot;,15+17.5+4*(x-10));    if(20&lt;x&amp;&amp;x&lt;=30)    printf(&quot;快递费为：%0.1f\n&quot;,15+17.5+40+4.5*(x-20));    if(30&lt;x&amp;&amp;x&lt;=50)    printf(&quot;快递费为：%0.1f\n&quot;,15+17.5+40+45+5*(x-30));    if(x&gt;50)    printf(&quot;拒收&quot;);	system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206583899</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:36:27 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206583899</guid>
      </item>
      <item>
         <title>赵玉寅</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206583932</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>int main()<br>{<br>		float a;<br>&nbsp; &nbsp; printf("请输入货物重量");<br>&nbsp; &nbsp; scanf("%f",&amp;a);<br>&nbsp; &nbsp; if (a&lt;=5)<br>&nbsp; &nbsp; printf("快递费：%f\n",3*a);<br>&nbsp; &nbsp; &nbsp;if((a&gt;5)&amp;&amp;(a&lt;=10))<br>&nbsp; &nbsp; printf("快递费：%f\n",15+3.5*(a-5));<br>&nbsp; &nbsp; if((a&gt;10)&amp;&amp;(a&lt;=20))<br>&nbsp; &nbsp; printf("快递费：%f\n",32.5+4*(a-10));<br>&nbsp; &nbsp; if((a&gt;20)&amp;&amp;(a&lt;=30))<br>&nbsp; &nbsp; printf("快递费：%f\n",72.5+4.5*(a-20));<br>&nbsp; &nbsp; if((a&gt;30)&amp;&amp;(a&lt;=50))<br>&nbsp; &nbsp; printf("快递费：%f\n",162.5+5*(a-40));<br>&nbsp; &nbsp; if(a&gt;50)<br>&nbsp; &nbsp; printf("拒收");<br><br>	system("pause");<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:36:38 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206583932</guid>
      </item>
      <item>
         <title>#include &lt;stdio.h&gt;#include &lt;stdlib.h&gt;int main(){	printf(&quot;请输入重量/Kg\n&quot;);    float a;    scanf(&quot;%f&quot;,&amp;a);    if(a&lt;=5)    printf(&quot;运费%f&quot;,3*a);    else if((a&gt;5)&amp;&amp;(a&lt;=10))    printf(&quot;运费%f&quot;,15+(a-10)*3.5);    else if((a&gt;10)&amp;&amp;(a&lt;=20))      printf(&quot;运费%f&quot;,15+3.5*5+(a-10)*4);    else if((a&gt;20)&amp;&amp;(a&lt;=30))      printf(&quot;运费%f&quot;,15+3.5*5+4*10+(a-20)*4.5);    else if((a&gt;30)&amp;&amp;(a&lt;=50))      printf(&quot;运费%f&quot;,15+3.5*5+4*10+4.5*10+(a-30)*5);    else     printf(&quot;拒收\n&quot;);	system(&quot;pause&quot;);	return 0;}刘攀</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206583946</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:36:43 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206583946</guid>
      </item>
      <item>
         <title>#include &lt;stdio.h&gt;#include &lt;stdlib.h&gt;int main(){	printf(&quot;请输入重量/Kg\n&quot;);    float a;    scanf(&quot;%f&quot;,&amp;a);    if(a&lt;=5)    printf(&quot;运费%f&quot;,3*a);    else if((a&gt;5)&amp;&amp;(a&lt;=10))    printf(&quot;运费%f&quot;,15+(a-10)*3.5);    else if((a&gt;10)&amp;&amp;(a&lt;=20))      printf(&quot;运费%f&quot;,15+3.5*5+(a-10)*4);    else if((a&gt;20)&amp;&amp;(a&lt;=30))      printf(&quot;运费%f&quot;,15+3.5*5+4*10+(a-20)*4.5);    else if((a&gt;30)&amp;&amp;(a&lt;=50))      printf(&quot;运费%f&quot;,15+3.5*5+4*10+4.5*10+(a-30)*5);    else     printf(&quot;拒收\n&quot;);	system(&quot;pause&quot;);	return 0;}吴泽民</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206583955</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:36:47 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206583955</guid>
      </item>
      <item>
         <title>我不管我最帅，我是你们的小可爱。亲</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206584014</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:37:15 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206584014</guid>
      </item>
      <item>
         <title>float a;    printf(&quot;请输入货物质量&quot;);    scanf(&quot;%f&quot;,&amp;a);    if(a&lt;=5)    printf(&quot;快递费：%f\n&quot;,3*a);    if((a&gt;5)&amp;&amp;(a&lt;=10))     printf(&quot;快递费：%f\n&quot;,15+3.5*(a-5));      if((a&gt;10)&amp;&amp;(a&lt;=20))     printf(&quot;快递费：%f\n&quot;,32.5+4*(a-10));      if((a&gt;20)&amp;&amp;(a&lt;=30))     printf(&quot;快递费：%f\n&quot;,72.5+4.5*(a-20));      if((a&gt;30)&amp;&amp;(a&lt;=50))     printf(&quot;快递费：%f\n&quot;,162.5+5*(a-40));     if(a&gt;50)     printf(&quot;拒收&quot;);	system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206584089</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:37:57 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206584089</guid>
      </item>
      <item>
         <title>float a;    printf(&quot;请输入货物质量&quot;);    scanf(&quot;%f&quot;,&amp;a);    if(a&lt;=5)    printf(&quot;快递费：%f\n&quot;,3*a);    if((a&gt;5)&amp;&amp;(a&lt;=10))     printf(&quot;快递费：%f\n&quot;,15+3.5*(a-5));      if((a&gt;10)&amp;&amp;(a&lt;=20))     printf(&quot;快递费：%f\n&quot;,32.5+4*(a-10));      if((a&gt;20)&amp;&amp;(a&lt;=30))     printf(&quot;快递费：%f\n&quot;,72.5+4.5*(a-20));      if((a&gt;30)&amp;&amp;(a&lt;=50))     printf(&quot;快递费：%f\n&quot;,162.5+5*(a-40));     if(a&gt;50)     printf(&quot;拒收&quot;);	system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206584122</link>
         <description><![CDATA[<div>兰小婷<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:38:23 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206584122</guid>
      </item>
      <item>
         <title>姚瑶</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206584158</link>
         <description><![CDATA[<div>&nbsp; &nbsp; float s;<br>&nbsp; &nbsp; printf("请输入货物重量");<br>&nbsp; &nbsp; scanf("%f",&amp;s);<br>&nbsp; &nbsp; if(s&lt;=5)<br>&nbsp; &nbsp; printf("快递费：%0.1f",3*s);<br>&nbsp; &nbsp; if(s&gt;5&amp;&amp;s&lt;=10)<br>&nbsp; &nbsp; printf("快递费：%0.1f",3*5+(s-5)*3.5);<br>&nbsp; &nbsp; if(s&gt;10&amp;&amp;s&lt;=20)<br>&nbsp; &nbsp; printf("快递费：%0.1f",15+5*3.5+(s-10)*4);<br>&nbsp; &nbsp; if(s&gt;20&amp;&amp;s&lt;=30)<br>&nbsp; &nbsp; printf("快递费：%0.1f",3*5+5*3.5+5*4+(s-15)*4.5);<br>&nbsp; &nbsp; if(s&gt;30&amp;&amp;s&lt;=50)<br>&nbsp; &nbsp; printf("快递费：%0.1f",3*5+5*3.5+5*4+5*4.5+(s-20)*5);<br>&nbsp; &nbsp; if(s&gt;50)<br>&nbsp; &nbsp; printf("拒收");<br>	system("pause");<br>	return 0;<br>                                                                     </div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:38:42 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206584158</guid>
      </item>
      <item>
         <title>#include #include main(){	float a;    printf(&quot;请输入货物重量&quot;);    scanf(&quot;%f&quot;,&amp;a);    if(a&lt;=5)    printf(&quot;快递费为%0.1f&quot;,3*a);    if(550)    printf(&quot;拒收&quot;);    system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206584187</link>
         <description><![CDATA[<div>&nbsp;&nbsp;<br>田浩</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:38:54 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206584187</guid>
      </item>
      <item>
         <title>刘开淋</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206584199</link>
         <description><![CDATA[<div>float a;<br>&nbsp; &nbsp; printf("请输入货物重量");<br>&nbsp; &nbsp; scanf("%f",&amp;a);<br>&nbsp; &nbsp; if(a&lt;=5)<br>&nbsp; &nbsp; printf("快递费为%0.1f",3*a);<br>&nbsp; &nbsp; if (5&lt;a&amp;&amp;a&lt;=10)<br>&nbsp; &nbsp; printf("快递费为%0.1f",15+4*(a-5));<br>&nbsp; &nbsp; if(10&lt;a&amp;&amp;a&lt;=20)<br>&nbsp; &nbsp; printf("快递费为%0.1f",15+17.5+4*(a-10));<br>&nbsp; if(20&lt;a&amp;&amp;a&lt;=30)<br>&nbsp; &nbsp; printf("快递费为%0.1f",15+17+40+4.5*(a-20));<br>&nbsp; &nbsp; if(30&lt;a&amp;&amp;a&lt;=50)<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; printf("快递费为%0.1f",15+17+40+45+5*(a-30));<br>&nbsp; if(a&gt;50)<br>&nbsp; &nbsp; printf("拒收");</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:38:58 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206584199</guid>
      </item>
      <item>
         <title>17物联网郑蔚</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206584203</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>int main()<br>{<br>	float a;<br>&nbsp; &nbsp; printf("请从键盘上输入需要运输快递重量kg\n");<br>&nbsp; &nbsp; scanf("%f",&amp;a);<br>&nbsp; &nbsp; if(a&lt;=5)<br>&nbsp; &nbsp; printf("应收快递费%0.2f元",a*3);<br>&nbsp; &nbsp; else if((5&lt;a)&amp;&amp;(a&lt;=10))<br>&nbsp; &nbsp; printf("应收快递费%0.2f元",3*5+(a-5)*3.5);<br>&nbsp; &nbsp; else if((a&gt;10)&amp;&amp;(a&lt;=20))<br>&nbsp; &nbsp; printf("应收快递费%0.2f元",3*5+5*3.5+(a-10)*4);<br>&nbsp; &nbsp; else if((a&gt;20)&amp;&amp;(a&lt;=30))<br>&nbsp; &nbsp; printf("应收快递费%0.2f元",3*5+5*3+(a-20)*4.5);<br>&nbsp; &nbsp; else if((a&gt;30)&amp;&amp;(a&lt;=50))<br>&nbsp; &nbsp; printf("应收快递费%0.2f元",3*5+5*3+(a-30)*5);<br>&nbsp; &nbsp; else<br>&nbsp; &nbsp; printf("货物质量&gt;50kg拒收");<br>&nbsp; &nbsp; getch();<br>	system("pause");<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:39:00 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206584203</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206584243</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>int main()<br>{<br>	float x;<br>&nbsp; &nbsp; scanf("%f",&amp;x);<br>&nbsp; &nbsp; if(x&lt;=5)<br>&nbsp; &nbsp; printf("%f",x*3);<br>&nbsp; &nbsp; else if(x&gt;5&amp;&amp;x&lt;=10);<br>&nbsp; &nbsp; printf("%f",5*3+(x-5)*3.5);<br>&nbsp; &nbsp; if(x&gt;10&amp;&amp;x&lt;=20)<br>&nbsp; &nbsp; printf("%f",5*3+5*3.5+(x-10)*4);<br>&nbsp; &nbsp; else if(x&gt;20&amp;&amp;x&lt;=30)<br>&nbsp; &nbsp; printf("%f",5*3+5*3.5+10*4+(x-20)*4.5);<br>&nbsp; &nbsp; else if(x&gt;30&amp;&amp;x&lt;=50)<br>&nbsp; &nbsp; printf("%f",5*3+5*3.5+10*4+10*4.5+(x-30)*5);<br>&nbsp; &nbsp; else if(x&gt;50)<br>&nbsp; &nbsp; printf("refuse");<br>	system("pause");<br>	return 0;<br>}<br>常莉</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:39:23 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206584243</guid>
      </item>
      <item>
         <title>17通信物联网康昆卫</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206584257</link>
         <description><![CDATA[<div>float a;<br>&nbsp; &nbsp; printf("请从键盘输入需要运输快递重量kg\n");<br>&nbsp; &nbsp; scanf("%f",&amp;a);<br>&nbsp; &nbsp; if(a&lt;5)<br>&nbsp; &nbsp; printf("应收快递费%0.2f元",a*3);<br>&nbsp; &nbsp; else if((5&lt;a)&amp;&amp;(a&lt;10))<br>&nbsp; &nbsp; printf("应收快递费%0.2f元",3*5+(a-5)*3.5);<br>&nbsp; &nbsp; else if((10&lt;a)&amp;&amp;(a&lt;20))<br>&nbsp; &nbsp; printf("应收快递费%0.2f元",3*5+5*3.5+(a-10)*4);<br>&nbsp; &nbsp; else if((20&lt;a)&amp;&amp;(a&lt;30))<br>&nbsp; &nbsp; printf("应收快递费%0.2f元",3*5+5*3+(a-20)*4.5);<br>&nbsp; &nbsp; else if((30&lt;a)&amp;&amp;(a&lt;50))<br>&nbsp; &nbsp; printf("应收快递费%0.2f元",3*5+5*3+(a-30)*5);<br>&nbsp; &nbsp; else<br>&nbsp; &nbsp; printf("货物质量&gt;50kg拒收");<br>&nbsp; &nbsp; getch();<br>	system("pause");<br>	return 0;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:39:30 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206584257</guid>
      </item>
      <item>
         <title>printf(&quot;请输入重量/Kg\n&quot;);    float a;    scanf(&quot;%f&quot;,&amp;a);    if(a&lt;=5)    printf(&quot;运费%f&quot;,3*a);    else if((a&gt;5)&amp;&amp;(a&lt;=10))    printf(&quot;运费%f&quot;,15+(a-10)*3.5);    else if((a&gt;10)&amp;&amp;(a&lt;=20))      printf(&quot;运费%f&quot;,15+3.5*5+(a-10)*4);    else if((a&gt;20)&amp;&amp;(a&lt;=30))      printf(&quot;运费%f&quot;,15+3.5*5+4*10+(a-20)*4.5);    else if((a&gt;30)&amp;&amp;(a&lt;=50))      printf(&quot;运费%f&quot;,15+3.5*5+4*10+4.5*10+(a-30)*5);    else     printf(&quot;拒收\n&quot;);	system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206584464</link>
         <description><![CDATA[<div>王佳乐</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:39:54 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206584464</guid>
      </item>
      <item>
         <title>杨振天作业</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206584479</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>int main()<br>{<br>	float x;<br>    printf("请输入货物的重量：");<br>    scanf("%f",&amp;x);<br>    if(x&lt;=5)<br>    printf("快递费为：%0.1f\n",3*x);<br>    if(5&lt;x&amp;&amp;x&lt;=10)<br>    printf("快递费为：%0.1f\n",15+3.5*(x-5));<br>    if(10&lt;x&amp;&amp;x&lt;=20)<br>    printf("快递费为：%0.1f\n",15+17.5+4*(x-10));<br>    if(20&lt;x&amp;&amp;x&lt;=30)<br>    printf("快递费为：%0.1f\n",15+17.5+40+4.5*(x-20));<br>    if(30&lt;x&amp;&amp;x&lt;=50)<br>    printf("快递费为：%0.1f\n",15+17.5+40+45+5*(x-30));<br>    if(x&gt;50)<br>    printf("拒收");<br>	system("pause");<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/238674794/e5d4c5c02a1f7dd4284ef51f00c9116b/13_160504113453V2.jpg" />
         <pubDate>2017-11-14 06:40:02 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206584479</guid>
      </item>
      <item>
         <title>胡程凡</title>
         <author>www_2471257352qq_com</author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206584524</link>
         <description><![CDATA[<div>printf("请输入重量/Kg");<br>&nbsp; &nbsp; float a;<br>&nbsp; &nbsp; scanf("%f",&amp;a);<br>&nbsp; &nbsp; if(a&lt;=5)<br>&nbsp; &nbsp; printf("运费:\n%f",3*a);<br>&nbsp; &nbsp; else if((a&gt;5)&amp;&amp;(a&lt;=10))<br>&nbsp; &nbsp; printf("运费:\n%f",15+(a-10)*3.5);<br>&nbsp; &nbsp; else if((a&gt;10)&amp;&amp;(a&lt;=20))<br>&nbsp; &nbsp; &nbsp; printf("运费:\n%f",15+3.5*5+(a-10)*4);<br>&nbsp; &nbsp; else if((a&gt;20)&amp;&amp;(a&lt;=30))<br>&nbsp; &nbsp; &nbsp; printf("运费:\n%f",15+3.5*5+4*10+(a-20)*4.5);<br>&nbsp; &nbsp; else if((a&gt;30)&amp;&amp;(a&lt;=50))<br>&nbsp; &nbsp; &nbsp; printf("运费:\n%f",15+3.5*5+4*10+4.5*10+(a-30)*5);<br>&nbsp; &nbsp; else&nbsp;<br>&nbsp; &nbsp; printf("拒收!\n");<br>	system("pause");<br>	return 0;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:40:23 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206584524</guid>
      </item>
      <item>
         <title>float x;    printf(&quot;请输入货物的重量：&quot;);    scanf(&quot;%f&quot;,&amp;x);    if(x&lt;=5)    printf(&quot;快递费为：%0.1f\n&quot;,3*x);    if(550)    printf(&quot;拒收&quot;);</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206584529</link>
         <description><![CDATA[<div>伍涛</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:40:26 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206584529</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206584560</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>int main()<br>{<br>&nbsp;float a;<br>&nbsp; &nbsp; printf("请输出货物的质量:");<br>&nbsp; &nbsp; scanf("%f",&amp;a);<br>&nbsp; &nbsp; if((a&gt;0)&amp;&amp;(a&lt;=5))<br>&nbsp; &nbsp; printf("%0.2f",3*a);<br>&nbsp; &nbsp; else if((a&gt;5)&amp;&amp;(a&lt;=10))<br>&nbsp; &nbsp; printf("%0.2f",5*3+(a-5)*3.5);<br>&nbsp; &nbsp; else if((a&gt;10)&amp;&amp;(a&lt;=20))<br>&nbsp; &nbsp; printf("%0.2f",5*3+5*3.5+(a-10)*4);<br>&nbsp; &nbsp; else if((a&gt;20)&amp;&amp;(a&lt;=30))<br>&nbsp; &nbsp; printf("%0.2f",5*3+5*3.5+10*4+(a-20)*4.5);<br>&nbsp; &nbsp; else if((a&gt;30)&amp;&amp;(a&lt;=50))<br>&nbsp; &nbsp; printf("%0.2f",5*3+5*3.5+10*4+10*4.5+(a-30)*5);<br>&nbsp; &nbsp; else<br>&nbsp; &nbsp; printf("拒收!");<br>&nbsp;system("pause");<br>&nbsp;return 0;<br>}<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;    &nbsp;张明洋 </div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:40:33 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206584560</guid>
      </item>
      <item>
         <title>#include &lt;stdio.h&gt;#include &lt;stdlib.h&gt;int main(){	float a,b;    printf(&quot;请输入货物的质量/kg&quot;);    scanf(&quot;%f&quot;,&amp;a);    if(a&lt;=5)        printf(&quot;应刚收费为%0.2f&quot;,b=a*3);    if(5&lt;a&amp;&amp;a&lt;=10)        printf(&quot;应刚收费为%0.2f&quot;,b=5*3+(a-5)*3.5);    if(10&lt;a&amp;&amp;a&lt;=20)    printf(&quot;应刚收费为%0.2f&quot;,b=5*3+5*3.5+(a-10)*4);     if(20&lt;a&amp;&amp;a&lt;=30)       printf(&quot;应刚收费为%0.2f&quot;,b=5*3+5*3.5+5*4+(a-20)*4.5);                  if(30&lt;a&amp;&amp;a&lt;=50)              printf(&quot;应刚收费为%0.2f&quot;,b=5*3+5*3.5+5*4+5*4.5+(a-30)*5);                         else                printf(&quot;超重&quot;);   	system(&quot;pause&quot;);	return 0;}张阳</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206584571</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:40:40 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206584571</guid>
      </item>
      <item>
         <title>#include &lt;stdio.h&gt;#include &lt;stdlib.h&gt;int main(){	float a,b;    printf(&quot;请输入货物的质量/kg&quot;);    scanf(&quot;%f&quot;,&amp;a);    if(a&lt;=5)        printf(&quot;应刚收费为%0.2f&quot;,b=a*3);    if(5&lt;a&amp;&amp;a&lt;=10)        printf(&quot;应刚收费为%0.2f&quot;,b=5*3+(a-5)*3.5);    if(10&lt;a&amp;&amp;a&lt;=20)    printf(&quot;应刚收费为%0.2f&quot;,b=5*3+5*3.5+(a-10)*4);     if(20&lt;a&amp;&amp;a&lt;=30)       printf(&quot;应刚收费为%0.2f&quot;,b=5*3+5*3.5+5*4+(a-20)*4.5);                  if(30&lt;a&amp;&amp;a&lt;=50)              printf(&quot;应刚收费为%0.2f&quot;,b=5*3+5*3.5+5*4+5*4.5+(a-30)*5);                         else                printf(&quot;超重&quot;);   	system(&quot;pause&quot;);	return 0;}张阳</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206584607</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:41:02 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206584607</guid>
      </item>
      <item>
         <title>#include #include int main(){	float a;    printf(&quot;请输出货物质量&quot;);    scanf(&quot;%f&quot;,&amp;a);    if((a&gt;0)&amp;&amp;(a&lt;=5))    printf(&quot;%f&quot;,3*a);    else if((a&gt;5)&amp;&amp;(a&lt;=10))    printf(&quot;%f&quot;,5*3+(a-5)*3.5);    else if((a&gt;10)&amp;&amp;(a&lt;=20))    printf(&quot;%f&quot;,5*3+5*3.5+(a-10)*4);    else if((a&gt;20)&amp;&amp;(a&lt;=30))    printf(&quot;%f&quot;,5*3+5*3.5+10*4+(a-20)*4.5);    else if((a&gt;30)&amp;&amp;(a&lt;=50))    printf(&quot;%f&quot;,5*3+5*3.5+10*4+10*4.5+(a-30)*5);    else    printf(&quot;拒收&quot;);	system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206584637</link>
         <description><![CDATA[<div>牛姣洁</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:41:21 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206584637</guid>
      </item>
      <item>
         <title>邹定沫	float a;    printf(&quot;请输入货物重量&quot;);    scanf(&quot;%f&quot;,&amp;a);    if(a&lt;=5)    printf(&quot;快递费：%0.1f&quot;,3*a);    if(a&gt;5&amp;&amp;a&lt;=10)    printf(&quot;快递费：%0.1f&quot;,3*5+(a-5)*3.5);    if(a&gt;10&amp;&amp;a&lt;=20)    printf(&quot;快递费：%0.1f&quot;,15+5*3.5+(a-10)*4);    if(a&gt;20&amp;&amp;a&lt;=30)    printf(&quot;快递费：%0.1f&quot;,3*5+5*3.5+5*4+(a-15)*4.5);    if(a&gt;30&amp;&amp;a&lt;=50)    printf(&quot;快递费：%0.1f&quot;,3*5+5*3.5+5*4+5*4.5+(a-20)*5);    if(a&gt;50)    printf(&quot;拒收&quot;);</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206584692</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:41:51 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206584692</guid>
      </item>
      <item>
         <title>int a,b;    printf(&quot;快递费:\n&quot;);    scanf(&quot;%d&quot;,&amp;a);    if(a&lt;=5)    b=1;    else if(a&gt;5&amp;&amp;a&lt;=10)    b=2;    else if(a&gt;10&amp;&amp;a&lt;=20)    b=3;    else if(a&gt;20&amp;&amp;a&lt;=30)    b=4;    else if(a&gt;30&amp;&amp;a&lt;=50)    b=5;    else     printf(&quot;条件不成立请输入1-50之内的整数\n&quot;);    switch(b)		{        case 1:        printf(&quot;%d&quot;,a*3);        break;        case 2:        printf(&quot;%0.1f&quot;,15+(a-5)*3.5);        break;        case 3:        printf(&quot;%0.1f&quot;,32.5+(a-10)*4);        break;        case 4:        printf(&quot;%0.1f&quot;,72.5+(a-20)*4.5);        break;        case 5:        printf(&quot;%0.1f&quot;,117.5+(a-30)*5);        break;        default:        printf(&quot;invalid input!!&quot;);        }</title>
         <author>hu_shao_hua</author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206584698</link>
         <description><![CDATA[<div>胡少华</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:41:52 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206584698</guid>
      </item>
      <item>
         <title>y</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206584750</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:42:17 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206584750</guid>
      </item>
      <item>
         <title>阳明宇</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206584751</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>int main()<br>{<br>	float a;<br>&nbsp; &nbsp; printf("请输入货物重量:");<br>&nbsp; &nbsp; scanf("%f",&amp;a);<br>&nbsp; &nbsp; if(a&lt;=5)<br>&nbsp; &nbsp; printf("快递费：%0.1f",3*a);<br>&nbsp; &nbsp; else&nbsp; if(a&gt;5&amp;&amp;a&lt;=10)<br>&nbsp; &nbsp; printf("快递费：%0.1f",3*5+(a-5)*3.5);<br>&nbsp; &nbsp; else&nbsp; if(a&gt;10&amp;&amp;a&lt;=20)<br>&nbsp; &nbsp; printf("快递费：%0.1f",15+5*3.5+(a-10)*4);<br>&nbsp; &nbsp; else&nbsp; if(a&gt;20&amp;&amp;a&lt;=30)<br>&nbsp; &nbsp; printf("快递费：%0.1f",3*5+5*3.5+5*4+(a-15)*4.5);<br>&nbsp; &nbsp; else&nbsp; if(a&gt;30&amp;&amp;a&lt;=50)<br>&nbsp; &nbsp; printf("快递费：%0.1f",3*5+5*3.5+5*4+5*4.5+(a-20)*5);<br>&nbsp; &nbsp; else&nbsp; if(a&gt;50)<br>&nbsp; &nbsp; printf("拒收！！\n");<br>&nbsp; &nbsp; printf("请重新输入\n");<br>&nbsp; &nbsp; printf("请输入货物重量:");<br>&nbsp; &nbsp; scanf("%f",&amp;a);<br>&nbsp; &nbsp; if(a&lt;=5)<br>&nbsp; &nbsp; printf("快递费：%0.1f",3*a);<br>&nbsp; &nbsp; else&nbsp; if(a&gt;5&amp;&amp;a&lt;=10)<br>&nbsp; &nbsp; printf("快递费：%0.1f",3*5+(a-5)*3.5);<br>&nbsp; &nbsp; else&nbsp; if(a&gt;10&amp;&amp;a&lt;=20)<br>&nbsp; &nbsp; printf("快递费：%0.1f",15+5*3.5+(a-10)*4);<br>&nbsp; &nbsp; else&nbsp; if(a&gt;20&amp;&amp;a&lt;=30)<br>&nbsp; &nbsp; printf("快递费：%0.1f",3*5+5*3.5+5*4+(a-15)*4.5);<br>&nbsp; &nbsp; else&nbsp; if(a&gt;30&amp;&amp;a&lt;=50)<br>&nbsp; &nbsp; printf("快递费：%0.1f",3*5+5*3.5+5*4+5*4.5+(a-20)*5);<br>&nbsp; &nbsp; else&nbsp; if(a&gt;50)<br>&nbsp; &nbsp; printf("拒收！！");<br>	system("pause");<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:42:18 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206584751</guid>
      </item>
      <item>
         <title>x</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206584766</link>
         <description><![CDATA[<div>徐仁超<br>float a;<br>&nbsp; &nbsp; printf("请输入货物重量");<br>&nbsp; &nbsp; scanf("%f",&amp;a);<br>&nbsp; &nbsp; if(a&lt;=5)<br>&nbsp; &nbsp; printf("快递费为%0.1f",3*a);<br>&nbsp; &nbsp; if (5&lt;a&amp;&amp;a&lt;=10)<br>&nbsp; &nbsp; printf("快递费为%0.1f",15+4*(a-5));<br>&nbsp; &nbsp; if(10&lt;a&amp;&amp;a&lt;=20)<br>&nbsp; &nbsp; printf("快递费为%0.1f",15+17.5+4*(a-10));<br>&nbsp; if(20&lt;a&amp;&amp;a&lt;=30)<br>&nbsp; &nbsp; printf("快递费为%0.1f",15+17+40+4.5*(a-20));<br>&nbsp; &nbsp; if(30&lt;a&amp;&amp;a&lt;=50)<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; printf("快递费为%0.1f",15+17+40+45+5*(a-30));<br>&nbsp; if(a&gt;50)<br>&nbsp; &nbsp; printf("拒收");</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:42:25 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206584766</guid>
      </item>
      <item>
         <title>#include &lt;stdio.h&gt;#include &lt;stdlib.h&gt;int main(){	printf(&quot;请输入重量/Kg\n&quot;);    float a;    scanf(&quot;%f&quot;,&amp;a);    if(a&lt;=5)    printf(&quot;运费%f&quot;,3*a);    else if((a&gt;5)&amp;&amp;(a&lt;=10))    printf(&quot;运费%f&quot;,15+(a-10)*3.5);    else if((a&gt;10)&amp;&amp;(a&lt;=20))      printf(&quot;运费%f&quot;,15+3.5*5+(a-10)*4);    else if((a&gt;20)&amp;&amp;(a&lt;=30))      printf(&quot;运费%f&quot;,15+3.5*5+4*10+(a-20)*4.5);    else if((a&gt;30)&amp;&amp;(a&lt;=50))      printf(&quot;运费%f&quot;,15+3.5*5+4*10+4.5*10+(a-30)*5);    else     printf(&quot;拒收\n&quot;);	system(&quot;pause&quot;);	return 0;}小胖</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206584900</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:43:30 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206584900</guid>
      </item>
      <item>
         <title>#include #include int main(){	float x;    printf(&quot;请输入快递质量&quot;);    scanf(&quot;%f&quot;,&amp;x);    if(x&lt;=5)    printf(&quot;%f&quot;,3*x);     else if((x&gt;5)&amp;&amp;(x&lt;=10))    printf(&quot;%f&quot;,3*5+3.5*(x-5));     else if((x&gt;10)&amp;&amp;(x&lt;=20))    printf(&quot;%f&quot;,3*5+3.5*5+4*(x-10));    else if((x&gt;20)&amp;&amp;(x&lt;=30))    printf(&quot;%f&quot;,3*5+3.5*5+4*5+4.5*(x-20));    else if((x&gt;30)&amp;&amp;(x&lt;=50))    printf(&quot;%f&quot;,3*5+3.5*5+4*5+4.5*5+5*(x-30));    else     printf(&quot;拒收&quot;);        	system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206585653</link>
         <description><![CDATA[<div>&nbsp;卫乐华</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:47:29 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206585653</guid>
      </item>
      <item>
         <title></title>
         <author>www_2471257352qq_com</author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206585684</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/238674170/ea6c5bdaf77d1362f849e8110ab6e98c/t017fac06941bf0711f.jpg" />
         <pubDate>2017-11-14 06:47:49 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206585684</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206585761</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>int main()<br>{<br>&nbsp;float&nbsp; a;<br>&nbsp; &nbsp; printf("请输入货物的质量");<br>&nbsp; &nbsp; scanf("%f",&amp;a);<br>&nbsp; &nbsp; if(a&lt;5&amp;&amp;a==5)<br>&nbsp; &nbsp; printf("%f",3*a);<br>&nbsp; &nbsp; else if(a&gt;5&amp;&amp;a&lt;=10)<br>&nbsp; &nbsp; printf("%f",5*3+(a-5)*3.5);<br>&nbsp; &nbsp; &nbsp;else if(a&gt;10&amp;&amp;a&lt;=20)<br>&nbsp; &nbsp; printf("%f",5*3+5*3.5+(a-10)*4);<br>&nbsp; &nbsp; &nbsp;else if(a&gt;20&amp;&amp;a&lt;=30)<br>&nbsp; &nbsp; printf("%f",5*3+5*3.5+10*4+(a-20)*4.5);<br>&nbsp; &nbsp; else if(a&gt;30&amp;&amp;a&lt;=50)<br>&nbsp; &nbsp; printf("%f",5*3+5*3.5+10*4+10*4.5+(a-30)*5);<br>&nbsp; &nbsp; else if(a&gt;50)<br>&nbsp; &nbsp; printf("拒收");<br>&nbsp;system("pause");<br>&nbsp;return 0;<br>}<br>张雅萱</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:48:23 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206585761</guid>
      </item>
      <item>
         <title>int fScore;    int iTemp;    printf(&quot;please input a fscore:&quot;);    scanf(&quot;%d&quot;,&amp;fScore);    if(fScore&lt;=5)    iTemp=1;    else if(fScore&gt;5&amp;&amp;fScore&lt;=10)    iTemp=2;    else if(fScore&gt;10&amp;&amp;fScore&lt;=20)    iTemp=3;    else if(fScore&gt;20&amp;&amp;fScore&lt;=30)    iTemp=4;    else if(fScore&gt;30&amp;&amp;fScore&lt;=50)    iTemp=5;    else    printf(&quot;你很棒啊小伙子&quot;);    switch(iTemp)    {case 1:printf(&quot;货物重量为:%d,价格为:%d&quot;,fScore,fScore*3);break;case 2:printf(&quot;货物重量为:%d,价格为:%d&quot;,fScore,fScore*3.5);break;case 3:printf(&quot;货物重量为:%d,价格为:%d&quot;,fScore,fScore*4);break;case 4:printf(&quot;货物重量为:%d,价格为:%d&quot;,fScore,fScore*4.5);break;case 5:printf(&quot;货物重量为:%d,价格为:%d&quot;,fScore,fScore*5);break;</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206585926</link>
         <description><![CDATA[<div>陈洪宇</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:49:44 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206585926</guid>
      </item>
      <item>
         <title>张志杰</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206586647</link>
         <description><![CDATA[<div>float a,b;<sup><br>&nbsp; &nbsp; </sup>printf("请输入货物质量");<br>&nbsp; &nbsp; scanf("%f",&amp;a);<br>&nbsp; &nbsp; if(a&lt;=5)<br>&nbsp; &nbsp; printf("0.2%f",b=a*3);<br>&nbsp; &nbsp; if(a&gt;5&amp;&amp;a&lt;=10)<br>&nbsp; &nbsp; printf("0.2%f",b=5*3+(a-5)*3.5);<br>&nbsp; &nbsp; if(a&gt;10&amp;&amp;a&lt;=20)<br>&nbsp; &nbsp; printf("0.2%f",b=5*3+5*3.5+(a-10)*4);<br>&nbsp; &nbsp; if(a&gt;20&amp;&amp;a&lt;=30)<br>&nbsp; &nbsp; printf("0.2%f",b=5*3+5*3.5+10*4+(a-20)*4.5);<br>&nbsp; &nbsp; if(a&gt;30&amp;&amp;a&lt;=50)<br>&nbsp; &nbsp; printf("0.2%f",5*3+5*3.5+10*4+10*4.5+(a-20)*5);<br>&nbsp; &nbsp; if(a&gt;50)<br>&nbsp; &nbsp; printf("无效");<br>	system("pause");<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:55:57 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206586647</guid>
      </item>
      <item>
         <title>祝叶</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206586649</link>
         <description><![CDATA[<div>float x;<br>&nbsp; &nbsp; scanf("%f",&amp;x);<br>&nbsp; &nbsp; if(x&lt;=5)<br>&nbsp; &nbsp; printf("%f",x*3);<br>&nbsp; &nbsp; else if(x&gt;5&amp;&amp;x&lt;=10);<br>&nbsp; &nbsp; printf("%f",5*3+(x-5)*3.5);<br>&nbsp; &nbsp; if(x&gt;10&amp;&amp;x&lt;=20)<br>&nbsp; &nbsp; printf("%f",5*3+5*3.5+(x-10)*4);<br>&nbsp; &nbsp; else if(x&gt;20&amp;&amp;x&lt;=30)<br>&nbsp; &nbsp; printf("%f",5*3+5*3.5+10*4+(x-20)*4.5);<br>&nbsp; &nbsp; else if(x&gt;30&amp;&amp;x&lt;=50)<br>&nbsp; &nbsp; printf("%f",5*3+5*3.5+10*4+10*4.5+(x-30)*5);<br>&nbsp; &nbsp; else if(x&gt;50)<br>&nbsp; &nbsp; printf("refuse");<br>	system("pause");<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 06:55:58 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206586649</guid>
      </item>
      <item>
         <title>include #include int main(){    float x;    printf(&quot;请输入 货物质量&quot;);    scanf(&quot;%f&quot;,&amp;x);    if(x&lt;=5)    printf(&quot;快递费为%f&quot;,3*x);    else if(5</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206587148</link>
         <description><![CDATA[<div>李宛蓉</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 07:00:25 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206587148</guid>
      </item>
      <item>
         <title>姚瑶</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206587204</link>
         <description><![CDATA[<div>float s;<br>&nbsp; &nbsp; int i;<br>&nbsp; &nbsp; printf("请输入货物重量");<br>&nbsp; &nbsp; scanf("%f",&amp;s);<br>&nbsp; &nbsp; if(s&lt;=5)<br>&nbsp; &nbsp; i=1;<br>&nbsp; &nbsp; if(s&gt;5&amp;&amp;s&lt;=10)<br>&nbsp; &nbsp; i=2;<br>&nbsp; &nbsp; if(s&gt;10&amp;&amp;s&lt;=20)<br>&nbsp; &nbsp; i=3;<br>&nbsp; &nbsp; if(s&gt;20&amp;&amp;s&lt;=30)<br>&nbsp; &nbsp; i=4;<br>&nbsp; &nbsp; if(s&gt;30&amp;&amp;s&lt;=50)<br>&nbsp; &nbsp; i=5;<br>&nbsp; &nbsp; if(s&gt;50)<br>&nbsp; &nbsp; i=6;&nbsp;<br>&nbsp; &nbsp; switch(i)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; case 1:<br>&nbsp; &nbsp; printf("快递费：%0.1f",3*s);<br>&nbsp; &nbsp; &nbsp;break;<br>&nbsp; &nbsp; &nbsp;case 2:<br>&nbsp; &nbsp; printf("快递费：%0.1f",3*5+(s-5)*3.5);<br>&nbsp; &nbsp; &nbsp;break;<br>&nbsp; &nbsp; case 3:<br>&nbsp; &nbsp; printf("快递费：%0.1f",15+5*3.5+(s-10)*4);<br>&nbsp; &nbsp; break;<br>&nbsp; &nbsp; case 4:<br>&nbsp; &nbsp; printf("快递费：%0.1f",3*5+5*3.5+5*4+(s-15)*4.5);<br>&nbsp; &nbsp; break;&nbsp;<br>&nbsp; &nbsp; case 5:<br>&nbsp; &nbsp; printf("快递费：%0.1f",3*5+5*3.5+5*4+5*4.5+(s-20)*5);<br>&nbsp; &nbsp; break;<br>&nbsp; &nbsp; &nbsp;case 6:<br>&nbsp; &nbsp; printf("拒收");<br>&nbsp; &nbsp; break;<br>&nbsp; &nbsp; default:<br>&nbsp; &nbsp; printf("请重新输入");<br>&nbsp; &nbsp; }<br>	system("pause");<br>	return 0;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 07:00:51 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206587204</guid>
      </item>
      <item>
         <title>纽梦瑶</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206587308</link>
         <description><![CDATA[<div>float a;<br>    int s;<br>    printf("请输入货物质量");<br>    scanf("%f",&amp;a);<br>    if(a&lt;=5)<br>    s==0;<br>    else if((a&gt;5)&amp;&amp;(a&lt;=10))<br>    s==1;<br>    else if((a&gt;10)&amp;&amp;(a&lt;=20))<br>    s==2;<br>    else if((a&gt;20)&amp;&amp;(a&lt;=30))<br>    s==3;<br>    else if((a&gt;30)&amp;&amp;(a&lt;=50))<br>    s==4;<br>    else if(a&gt;50)<br>    s==5;<br>    switch(s)<br>    {<br>   case(0):<br>    printf("快递费：%f\n",3*a);<br>    break;<br>   case(1):<br>     printf("快递费：%f\n",15+3.5*(a-5));<br>      break;<br>     case(2):<br>     printf("快递费：%f\n",32.5+4*(a-10));<br>      break;<br>      case(3):<br>     printf("快递费：%f\n",72.5+4.5*(a-20));<br>      break;<br>      case(4):<br>     printf("快递费：%f\n",162.5+5*(a-30));<br>      break;<br>     case(5):<br>     printf("拒收");<br>      break;<br>      default:<br>      printf("输入错误");<br>    }<br>	float a;<br>    printf("请输入货物质量");<br>    scanf("%f",&amp;a);<br>    if(a&lt;=5)<br>    printf("快递费：%f\n",3*a);<br>    if((a&gt;5)&amp;&amp;(a&lt;=10))<br>     printf("快递费：%f\n",15+3.5*(a-5));<br>      if((a&gt;10)&amp;&amp;(a&lt;=20))<br>     printf("快递费：%f\n",32.5+4*(a-10));<br>      if((a&gt;20)&amp;&amp;(a&lt;=30))<br>     printf("快递费：%f\n",72.5+4.5*(a-20));<br>      if((a&gt;30)&amp;&amp;(a&lt;=50))<br>     printf("快递费：%f\n",162.5+5*(a-30));<br>     if(a&gt;50)<br>     printf("拒收");<br>	system("pause");</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 07:02:07 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206587308</guid>
      </item>
      <item>
         <title>W王盼</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206587538</link>
         <description><![CDATA[<div>float s;<br>&nbsp; &nbsp; int i;<br>&nbsp; &nbsp; printf("请输入货物重量");<br>&nbsp; &nbsp; scanf("%f",&amp;s);<br>&nbsp; &nbsp; if(s&lt;=5)<br>&nbsp; &nbsp; i=1;<br>&nbsp; &nbsp; if(s&gt;5&amp;&amp;s&lt;=10)<br>&nbsp; &nbsp; i=2;<br>&nbsp; &nbsp; if(s&gt;10&amp;&amp;s&lt;=20)<br>&nbsp; &nbsp; i=3;<br>&nbsp; &nbsp; if(s&gt;20&amp;&amp;s&lt;=30)<br>&nbsp; &nbsp; i=4;<br>&nbsp; &nbsp; if(s&gt;30&amp;&amp;s&lt;=50)<br>&nbsp; &nbsp; i=5;<br>&nbsp; &nbsp; if(s&gt;50)<br>&nbsp; &nbsp; i=6;&nbsp;<br>&nbsp; &nbsp; switch(i)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; case 1:<br>&nbsp; &nbsp; printf("快递费：%0.1f",3*s);<br>&nbsp; &nbsp; &nbsp;break;<br>&nbsp; &nbsp; &nbsp;case 2:<br>&nbsp; &nbsp; printf("快递费：%0.1f",3*5+(s-5)*3.5);<br>&nbsp; &nbsp; &nbsp;break;<br>&nbsp; &nbsp; case 3:<br>&nbsp; &nbsp; printf("快递费：%0.1f",15+5*3.5+(s-10)*4);<br>&nbsp; &nbsp; break;<br>&nbsp; &nbsp; case 4:<br>&nbsp; &nbsp; printf("快递费：%0.1f",3*5+5*3.5+5*4+(s-15)*4.5);<br>&nbsp; &nbsp; break;&nbsp;<br>&nbsp; &nbsp; case 5:<br>&nbsp; &nbsp; printf("快递费：%0.1f",3*5+5*3.5+5*4+5*4.5+(s-20)*5);<br>&nbsp; &nbsp; break;<br>&nbsp; &nbsp; &nbsp;case 6:<br>&nbsp; &nbsp; printf("拒收");<br>&nbsp; &nbsp; break;<br>&nbsp; &nbsp; default:<br>&nbsp; &nbsp; printf("请重新输入");<br>&nbsp; &nbsp; }<br>	system("pause");<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 07:04:35 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206587538</guid>
      </item>
      <item>
         <title></title>
         <author>www_2471257352qq_com</author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206589536</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/238674170/124020e21a0ab7626ab8e326807de085/psb.jpg" />
         <pubDate>2017-11-14 07:18:19 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206589536</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206589668</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>int main()<br>{<br>&nbsp;float x,y;<br>&nbsp; &nbsp; printf("请输入货物的重量");<br>&nbsp; &nbsp; scanf("%f",&amp;x);<br>&nbsp; &nbsp; if(x&lt;=5)<br>&nbsp; &nbsp; printf("您需要收取3元");<br>&nbsp; &nbsp; if(x&gt;5&amp;&amp;x&lt;=10)<br>&nbsp; &nbsp; printf("您需要收取%0.2f元\n",y=3*5+3.5*(x-5));<br>&nbsp; &nbsp; if(x&gt;10&amp;&amp;x&lt;=20)<br>&nbsp; &nbsp; printf("您需要收取%0.2f元\n",y=3*5+3.5*5+4*(x-10));<br>&nbsp; &nbsp; if(x&gt;20&amp;&amp;x&lt;=30)<br>&nbsp; &nbsp; printf("您需要收取%0.2f元\n",y=3*5+3.5*5+4*10+4.5*(x-20));<br>&nbsp; &nbsp;if(x&gt;30&amp;&amp;x&lt;=40)<br>&nbsp; &nbsp; printf("您需要收取%0.2f元\n",y=3*5+5*3.5+10*4+4.5*10+5*(x-30));<br>&nbsp; &nbsp; if(x&gt;=50)<br>&nbsp; &nbsp; printf("对不起，您的货物不支持快递\n");<br>&nbsp;system("pause");<br>&nbsp;return 0;<br>}<br>柯俊</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 07:19:15 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206589668</guid>
      </item>
      <item>
         <title>冯玉莹</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206589735</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>int main()<br>{<br>	float a;<br>&nbsp; &nbsp; printf("输入货物质量");<br>&nbsp; &nbsp; scanf("%f",&amp;a);<br>&nbsp; &nbsp; if(a&lt;=5)<br>&nbsp; &nbsp; printf("%f",a*3);<br>&nbsp; &nbsp; if((a&gt;5)&amp;&amp;(a&lt;=10))<br>&nbsp; &nbsp; printf("%f",15+3.5*(a-5));<br>&nbsp; &nbsp; if((a&gt;10)&amp;&amp;(a&lt;=20))<br>&nbsp; &nbsp; printf("%f",15+3.5*5+4*(a-10));<br>&nbsp; &nbsp; if((a&gt;20)&amp;&amp;(a&lt;=30))<br>&nbsp; &nbsp; printf("%f",15+3.5*5+4*10+4.5*(a-20));<br>&nbsp; &nbsp; if((a&gt;30)&amp;&amp;(a&lt;=50))<br>&nbsp; &nbsp; printf("%f",15+3.5*5+4*10+4.5*20+5*(a-40));<br>&nbsp; &nbsp; if(a&gt;50)<br>&nbsp; &nbsp; printf("拒收");<br>	system("pause");<br>	return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 07:19:43 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206589735</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206589796</link>
         <description><![CDATA[<div>float a; &nbsp;<br>&nbsp; &nbsp; int t=-1;&nbsp;<br>&nbsp; &nbsp; printf("请输入货物重量");&nbsp;<br>&nbsp; &nbsp; scanf("%f",&amp;a); &nbsp;<br>&nbsp; &nbsp; if(a&gt;=0&amp;&amp;a&lt;50)&nbsp; &nbsp; t=a/5;&nbsp;<br>&nbsp; &nbsp; &nbsp;switch(t) &nbsp;<br>&nbsp; &nbsp; &nbsp;{&nbsp; &nbsp; &nbsp;<br>&nbsp; &nbsp; &nbsp; case 0:<br>&nbsp; &nbsp; &nbsp; case 1:&nbsp; &nbsp;<br>&nbsp; &nbsp; &nbsp; printf("%f",a*3); &nbsp;<br>&nbsp; &nbsp; &nbsp; break; &nbsp;<br>&nbsp; &nbsp; &nbsp; case 2: &nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp;printf("%f",5*3+(a-5)*3.5); &nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp;break;&nbsp; &nbsp;<br>&nbsp; &nbsp; &nbsp; case 3:&nbsp; &nbsp;<br>&nbsp; &nbsp; &nbsp; case 4: &nbsp;<br>&nbsp; &nbsp; &nbsp; printf("%f",5*3+5*3.5+(a-10*4));&nbsp;<br>&nbsp; &nbsp; &nbsp;break;&nbsp; &nbsp;<br>&nbsp; &nbsp; &nbsp; case 5:&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; &nbsp; case 6:&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; printf("%f",5*3+5*3.5+10*4+(a-20)*4.5);&nbsp;<br>&nbsp; &nbsp; &nbsp; break;&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; &nbsp; case 7: &nbsp;<br>&nbsp; &nbsp; &nbsp; case 8: &nbsp;<br>&nbsp; &nbsp; &nbsp; case 9: &nbsp;<br>&nbsp; &nbsp; &nbsp; case 10:&nbsp;<br>&nbsp; &nbsp; &nbsp; printf("%f",5*3+5*3.5+10*4+10*4.5+(a-30)*5);&nbsp;<br>&nbsp; &nbsp; &nbsp; break;<br>&nbsp; &nbsp; &nbsp; default:&nbsp; &nbsp;<br>&nbsp; &nbsp; &nbsp; printf("输入错误");&nbsp;<br>&nbsp; &nbsp; &nbsp; }<br>&nbsp;system("pause");<br>&nbsp;return 0;<br>张雅茹</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 07:20:05 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206589796</guid>
      </item>
      <item>
         <title>float x,y;    printf(&quot;请输入质量&quot;);    scanf(&quot;%f&quot;,&amp;x,&amp;y);    if(x&lt;=5)    printf(&quot;y=3x&quot;);    else if(x&gt;5&amp;&amp;x&lt;=10)    printf(&quot;y=3x+(x-5)*3.5&quot;);    else if(x&gt;10&amp;&amp;x&lt;=20)    printf(&quot;y=3*5+3.5*5+(x-10)*4&quot;);    else if(x&gt;20&amp;&amp;x&lt;=30)    printf(&quot;y=3*5+3.5*5+4*10+(x-20)*4.5&quot;);    else if(x&gt;30&amp;&amp;x&lt;=50)    printf(&quot;y=3*5+3.5*5+4*10+4.5*10+(x-30)*5&quot;);    else    printf(&quot;拒收&quot;);	system(&quot;pause&quot;);	return 0;</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206589974</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 07:21:13 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206589974</guid>
      </item>
      <item>
         <title>覃炳苍</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206590464</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>int main()<br>{<br>int s,z;<br>printf("输入货物重量,计算运费\n");<br>scanf("%d",&amp;z);<br>if(z&lt;=5)<br>s=1;<br>else if(z&gt;5&amp;&amp;z&lt;=10)<br>s=2;<br>else if(z&gt;10&amp;&amp;z&lt;=20)<br>s=3;<br>else if(z&gt;20&amp;&amp;z&lt;=30)<br>s=4;<br>else if(z&gt;30&amp;&amp;z&lt;=50)<br>s=5;<br>else<br>s=6;<br>switch(s)<br>{<br>case 1:printf("货物的重量为%dkg运费是%d\n",z,z*3);break;<br>case 2:printf("货物的重量为%dkg运费是%0.1f\n",z,z*3.5);break;<br>case 3:printf("货物的重量为%dkg运费是%d\n",z,z*4);break;<br>case 4:printf("货物的重量为%dkg运费是%0.1f\n",z,z*4.5);break;<br>case 5:printf("货物的重量为%dkg运费是%d\n",z,z*5);break;<br>case 6:printf("超过50kg请重新输入1-50kg的数");<br>}<br>	system("pause");<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 07:24:08 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206590464</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206593304</link>
         <description><![CDATA[<div>比如你现在有个12kg的货物你需要寄出去，邮费的收费标准是&lt;5kg的按照3元计算，每增加5kg邮费不同，那么我们可以将12kg的货物分为3等份<br>前面5 5 2，前面的5x3元的邮费后面的5就要x3.5，最后的2kgx4元，最后每个量相加</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 07:40:16 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206593304</guid>
      </item>
      <item>
         <title>给定一份货物的质量，根据分段提示，从后往前算。</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206593353</link>
         <description><![CDATA[<div>例如：30kg&lt;x&amp;&amp;x&lt;=50<br>y=<br>(x-30)*5+4.5*10+4*10+3.5*5+3*5&nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 07:40:34 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206593353</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206593364</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 07:40:36 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206593364</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206595126</link>
         <description><![CDATA[<div>是不是傻，刚刚那个题。还以为多高深</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 07:48:15 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206595126</guid>
      </item>
      <item>
         <title>#include &lt;stdio.h&gt;#include &lt;stdlib.h&gt;int main(){	float a;    int b;    printf(&quot;请输入货物的质量&quot;);    scanf(&quot;%f&quot;,&amp;a);    if(a&lt;=5)    b=1;    if(a&gt;5&amp;&amp;a&lt;=10)    b=2;    if(a&gt;10&amp;&amp;a&lt;=20)    b=3;    if(a&gt;20&amp;&amp;a&lt;=30)    b=4;    if(a&gt;30&amp;&amp;a&lt;=50)    b=5;    if(a&gt;50)    b=6;    switch(b)   {    case 1:   printf( &quot;快递费；%f&quot;,3*a);   break;    case 2:    printf(&quot;快递费；%f&quot;,5*3+(a-5)*3.5);    break;    case 3:    printf(&quot;快递费；%f&quot;,5*3+5*3.5+(a-10)*4);    break;    case 4:    printf(&quot;快递费；%f&quot;,5*3+5*3.5+10*4+(a-20)*4.5);    break;    case 5:    printf(&quot;快递费；%f&quot;,5*3+5*3.5+10*4+10*4.5+(a-30)*5);    break;    case 6:    printf(&quot;拒收&quot;);    break;    default:    printf(&quot;请重新输入&quot;);   }   getch();	system(&quot;pause&quot;);	return 0;}17通信物联网张雅萱</title>
         <author></author>
         <link>https://padlet.com/7241963/bag0zooq1ngj/wish/206597614</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-14 07:58:13 UTC</pubDate>
         <guid>https://padlet.com/7241963/bag0zooq1ngj/wish/206597614</guid>
      </item>
   </channel>
</rss>
