<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>My 星光灿烂的 wall by tangjie</title>
      <link>https://padlet.com/7241963/wzwm1m3ibl5q</link>
      <description>斗志高昂的创作</description>
      <language>en-us</language>
      <pubDate>2017-11-20 02:44:12 UTC</pubDate>
      <lastBuildDate>2017-11-20 03:26:48 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>#include #include int main(){	//输入并输出12个月的燃气费    float a,b,c,d,e,f,g,h,i,j,k,l;    printf(&quot;请输入各个个月的燃气费：&quot;);    scanf(&quot;%f%f%f%f%f%f%f%f%f%f%f%f&quot;,&amp;a,&amp;b,&amp;c,&amp;d,&amp;e,&amp;f,&amp;g,&amp;h,&amp;i,&amp;j,&amp;k,&amp;l);    printf(&quot;第一个月所需费用为：%0.1f\n&quot;,a);    printf(&quot;第二个月所需费用为：%0.1f\n&quot;,b);    printf(&quot;第三个月所需费用为：%0.1f\n&quot;,c);    printf(&quot;第四个月所需费用为：%0.1f\n&quot;,d);    printf(&quot;第五个月所需费用为：%0.1f\n&quot;,e);    printf(&quot;第六个月所需费用为：%0.1f\n&quot;,f);    printf(&quot;第七个月所需费用为：%0.1f\n&quot;,g);    printf(&quot;第八个月所需费用为：%0.1f\n&quot;,h);    printf(&quot;第九个月所需费用为：%0.1f\n&quot;,i);    printf(&quot;第十个月所需费用为：%0.1f\n&quot;,j);    printf(&quot;第十一个月所需费用为：%0.1f\n&quot;,k);    printf(&quot;第十二个月所需费用为：%0.1f\n&quot;,l);	system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208566995</link>
         <description><![CDATA[<div>杨振天作业 1</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:45:21 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208566995</guid>
      </item>
      <item>
         <title>	//输入并输出12个月的燃气费    float fCost;    int i=1;      printf(&quot;请输入每一个月的燃气费：&quot;);    while(i&lt;=12)    {    scanf(&quot;%f&quot;,&amp;fCost);    i++;    printf(&quot;煤气费为%0.1f\n&quot;,fCost);    }	system(&quot;pause&quot;);	return 0;</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567143</link>
         <description><![CDATA[<div>纽梦瑶</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:46:36 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567143</guid>
      </item>
      <item>
         <title>#include #include int main(){	float c,s=0.0;    int x=1;    printf(&quot;请从键盘中获取数据：&quot;);    while(x&lt;=12)    {		scanf(&quot;%f&quot;,&amp;c);        s=s+c;        x++;    }    printf(&quot;最终输出:%0.1f&quot;,s);	system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567146</link>
         <description><![CDATA[<div>杨振天作业 2</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:46:39 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567146</guid>
      </item>
      <item>
         <title>//输入并输出12个月的燃气费    float fCost,y=0.0;    int x=1;    printf(&quot;请依次输入12个月的燃气费：&quot;);       while(x&lt;=12)    {    scanf(&quot;%fCost&quot;,&amp;fCost);    y=y+fCost;    x++;    }    printf(&quot;一年的燃气费为%0.2f&quot;,y);	system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567226</link>
         <description><![CDATA[<div>任鑫鑫</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:47:08 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567226</guid>
      </item>
      <item>
         <title>张雅茹</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567254</link>
         <description><![CDATA[<div>//输入并输出12个月的燃气费<br>&nbsp; &nbsp; float fCost,x=0.0;<br>&nbsp; &nbsp; &nbsp;int i=1；<br>&nbsp; &nbsp; &nbsp;while(i&lt;=12)<br>&nbsp; &nbsp; &nbsp;{<br>&nbsp;     printf("请输入%d个月的燃气费：",i);<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; x=x+fCost;<br>&nbsp; &nbsp; i++;<br>&nbsp; &nbsp; &nbsp;}<br>&nbsp; &nbsp; printf("\n一个住户一年燃气费用的总和为:%0.1f",x);<br>&nbsp;system("pause");<br>&nbsp;return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:47:21 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567254</guid>
      </item>
      <item>
         <title>张先森</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567273</link>
         <description><![CDATA[<div><br>void main()<br>{<br>    int x,n=0,k=1,i,a[12];<br>    printf("Enter a int number:\n");<br>    scanf("%d",&amp;x);<br>    for(i=0;i&lt;12;i++)<br>    {<br>    n=x%2;<br>    x=x/2;<br>    a[15-i]=n;<br>    }<br>    for(i=0;i&lt;12;i++)<br>    printf("%d",a[i]);<br>    system("pause");<br>	return 0;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:47:28 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567273</guid>
      </item>
      <item>
         <title>柯俊</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567284</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>int main()<br>{<br>	//输入并输出12个月的燃气费<br>&nbsp; &nbsp; float fCost,y;<br>&nbsp; &nbsp; int i=1;<br>&nbsp; &nbsp; printf("请依次输入十二个月的燃气费：");<br>&nbsp; &nbsp; while(i&lt;=12)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; y=fCost+y;<br>&nbsp; &nbsp; i++;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; printf("您这十二个月的总费用是：%f",y);<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp;&nbsp;<br>	system("pause");<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:47:32 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567284</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567292</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>int main()<br>{<br>&nbsp;printf("请输入燃气使用量");<br>&nbsp; &nbsp; float fCost,fSum=0.0;<br>&nbsp; &nbsp; int i=1;<br>&nbsp; &nbsp; while(i&lt;=12)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; fSum=fSum+fCost;<br>&nbsp; &nbsp; i++;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; printf("燃气的费用为%.1f",fSum);<br>&nbsp;system("pause");<br>&nbsp;return 0;<br>向凯</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:47:37 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567292</guid>
      </item>
      <item>
         <title>#include #include int main(){	//输入并输出12个月的燃气费    float fCost;    int x;    x=1;    while(x&lt;=12)   {     printf(&quot;请输入这个月的燃气费：&quot;);     scanf(&quot;%f&quot;,&amp;fCost);     x++;   } printf(&quot;12个月总的燃气费为：%0.3f&quot;,fCost+fCost+fCost+fCost+fCost+fCost+fCost+fCost+fCost+fCost+fCost+fCost);      	system(&quot;pause&quot;);	return 0;}                 l李宛蓉</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567297</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:47:41 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567297</guid>
      </item>
      <item>
         <title>赵志豪</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567301</link>
         <description><![CDATA[<div>&nbsp;float a,b=0.0;<br>&nbsp; &nbsp; int c=1;<br>	while(c&lt;=12)<br>&nbsp; &nbsp; {<br>		scanf("%f",&amp;a);<br>&nbsp; &nbsp; &nbsp; &nbsp; b=b+a;<br>&nbsp; &nbsp; &nbsp; &nbsp; c++;<br>&nbsp; &nbsp; }&nbsp;<br>&nbsp; &nbsp; printf("煤气的总和为0.2f",b);<br>	system("pause");<br>	return 0;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:47:42 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567301</guid>
      </item>
      <item>
         <title>龚荣耀#include #include int main(){	//输入并输出12个月的燃气费    float a,b,c,d,e,f,g,h,i,j,k,l;    printf(&quot;请输入各个个月的燃气费：&quot;);    scanf(&quot;%f%f%f%f%f%f%f%f%f%f%f%f&quot;,&amp;a,&amp;b,&amp;c,&amp;d,&amp;e,&amp;f,&amp;g,&amp;h,&amp;i,&amp;j,&amp;k,&amp;l);    printf(&quot;第一个月所需费用为：%0.1f\n&quot;,a);    printf(&quot;第二个月所需费用为：%0.1f\n&quot;,b);    printf(&quot;第三个月所需费用为：%0.1f\n&quot;,c);    printf(&quot;第四个月所需费用为：%0.1f\n&quot;,d);    printf(&quot;第五个月所需费用为：%0.1f\n&quot;,e);    printf(&quot;第六个月所需费用为：%0.1f\n&quot;,f);    printf(&quot;第七个月所需费用为：%0.1f\n&quot;,g);    printf(&quot;第八个月所需费用为：%0.1f\n&quot;,h);    printf(&quot;第九个月所需费用为：%0.1f\n&quot;,i);    printf(&quot;第十个月所需费用为：%0.1f\n&quot;,j);    printf(&quot;第十一个月所需费用为：%0.1f\n&quot;,k);    printf(&quot;第十二个月所需费用为：%0.1f\n&quot;,l);	</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567430</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:48:42 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567430</guid>
      </item>
      <item>
         <title>刘攀</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567485</link>
         <description><![CDATA[<div>#include #include int main(){	//输入并输出12个月的燃气费    float a,b,c,d,e,f,g,h,i,j,k,l;    printf("请输入各个个月的燃气费：");    scanf("%f%f%f%f%f%f%f%f%f%f%f%f",&amp;a,&amp;b,&amp;c,&amp;d,&amp;e,&amp;f,&amp;g,&amp;h,&amp;i,&amp;j,&amp;k,&amp;l);    printf("第一个月所需费用为：%0.1f\n",a);    printf("第二个月所需费用为：%0.1f\n",b);    printf("第三个月所需费用为：%0.1f\n",c);    printf("第四个月所需费用为：%0.1f\n",d);    printf("第五个月所需费用为：%0.1f\n",e);    printf("第六个月所需费用为：%0.1f\n",f);    printf("第七个月所需费用为：%0.1f\n",g);    printf("第八个月所需费用为：%0.1f\n",h);    printf("第九个月所需费用为：%0.1f\n",i);    printf("第十个月所需费用为：%0.1f\n",j);    printf("第十一个月所需费用为：%0.1f\n",k);    printf("第十二个月所需费用为：%0.1f\n",l);	</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:49:13 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567485</guid>
      </item>
      <item>
         <title>//输入并输出12个月的燃气费    float fCost,x=0.0;     int i=1;     while(i&lt;=12)     {    scanf(&quot;%f&quot;,&amp;fCost);    x=x+fCost;    i++;     }    printf(&quot;\n一个住户一年煤气费用的总和为:%0.1f&quot;,x);	system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567510</link>
         <description><![CDATA[<div>赵玉寅</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:49:25 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567510</guid>
      </item>
      <item>
         <title>姚瑶</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567617</link>
         <description><![CDATA[<div>float fCost;<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; printf("请输入第一个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("一月的燃气费为%0.1f\n",fCost);<br>&nbsp; &nbsp; printf("请输入第二个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("二月的燃气费为%0.1f\n",fCost);<br>&nbsp; &nbsp; printf("请输入第三个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("三月的燃气费为%0.1f\n",fCost);<br>&nbsp; &nbsp; printf("请输入第四个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("四月的燃气费为%0.1f\n",fCost);<br>&nbsp; &nbsp; printf("请输入第五个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("五月的燃气费为%0.1f\n",fCost);<br>&nbsp; &nbsp; printf("请输入第六个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("六月的燃气费为%0.1f\n",fCost);<br>&nbsp; &nbsp; printf("请输入第七个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("七月的燃气费为%0.1f\n",fCost);<br>&nbsp; &nbsp; printf("请输入第八个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("八月的燃气费为%0.1f\n",fCost);<br>&nbsp; &nbsp; printf("请输入第九个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("九月的燃气费为%0.1f\n",fCost);<br>&nbsp; &nbsp; printf("请输入第十个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("十月的燃气费为%0.1f\n",fCost);<br>&nbsp; &nbsp; printf("请输入第十一个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("十一月的燃气费为%0.1f\n",fCost);<br>&nbsp; &nbsp; printf("请输入第十二个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("十二月的燃气费为%0.1f\n",fCost);<br>&nbsp; &nbsp;<br>&nbsp; 	system("pause");<br>	return 0;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:50:19 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567617</guid>
      </item>
      <item>
         <title>吴尚峰</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567801</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>int main()<br>{<br>	//输入并输出12个月的燃气费<br>&nbsp; &nbsp;<br>&nbsp; &nbsp; float fCost;<br>&nbsp; &nbsp; int i=1;<br>&nbsp; &nbsp; /*方法1<br>&nbsp; &nbsp; for(i=1;i&lt;=12;i++)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; printf("请输入第%d个月的燃气费：\n",i);<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("第%d月的煤气为%0.1f\n",i,fCost);<br>&nbsp; &nbsp; }*/<br>&nbsp; &nbsp; /*方法2<br>&nbsp; &nbsp; while(i&lt;=12)<br>&nbsp; &nbsp; { printf("请输入第%d个月的燃气费：\n",i);<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("第%d月的煤气为%0.1f\n",i,fCost);<br>i++;&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; }*/<br>&nbsp; &nbsp;&nbsp;<br>	system("pause");<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:52:02 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567801</guid>
      </item>
      <item>
         <title>17通信物联网赵航的作业</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567868</link>
         <description><![CDATA[<div>printf("分别输入12个月的煤气费用\n");<br>	float fCost,fSum=0.0;<br>&nbsp; &nbsp; int i=1;<br>&nbsp; &nbsp; while(i&lt;=12)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; fSum=fSum+fCost;<br>&nbsp; &nbsp; i++;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; printf("煤气的费用为%.1f",fSum);<br>	system("pause");<br>	return 0;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:52:36 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567868</guid>
      </item>
      <item>
         <title>田浩</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567898</link>
         <description><![CDATA[<div><br>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>int main()<br>{<br>&nbsp;//输入并输出12个月的燃气费<br>&nbsp; &nbsp; float a,b,c,d,e,f,g,h,i,j,k,l;<br>&nbsp; &nbsp; printf("请输入第十二个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f%f%f%f%f%f%f%f%f%f%f%f",&amp;a,&amp;b,&amp;c,&amp;d,&amp;e,&amp;f,&amp;g,&amp;h,&amp;i,&amp;j,&amp;k,&amp;l);<br>&nbsp; &nbsp; printf("第一个月的燃气费为%0.1f",a);<br>&nbsp; &nbsp; printf("第二个月的燃气费为%0.1f",b);<br>&nbsp; &nbsp; printf("第三个月的燃气费为%0.1f",c);<br>&nbsp; &nbsp; printf("第四个月的燃气费为%0.1f",d);<br>&nbsp; &nbsp; printf("第五个月的燃气费为%0.1f",e);<br>&nbsp; &nbsp; printf("第六个月的燃气费为%0.1f",f);<br>&nbsp; &nbsp; printf("第七个月的燃气费为%0.1f",g);<br>&nbsp; &nbsp; printf("第八个月的燃气费为%0.1f",h);<br>&nbsp; &nbsp; printf("第九个月的燃气费为%0.1f",i);<br>&nbsp; &nbsp; printf("第十个月的燃气费为%0.1f",j);<br>&nbsp; &nbsp; printf("第十一个月的燃气费为%0.1f",k);<br>&nbsp; &nbsp; printf("第十二个月的燃气费为%0.1f",l);<br>&nbsp;system("pause");<br>&nbsp;return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:52:44 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567898</guid>
      </item>
      <item>
         <title>#include #include int main(){	 float fCost,fsum;    int a=1;    printf(&quot;请输入个月煤气费用：&quot;);    while(a&lt;=12)    {    scanf(&quot;%f&quot;,&amp;fCost);    fsum=fsum+fCost;    a++;    }     printf(&quot;请输出个月的燃气费用总和：%0.1f&quot;,fsum);	system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567917</link>
         <description><![CDATA[<div>冯玉莹</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:52:58 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567917</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567971</link>
         <description><![CDATA[ float a,b,c,d,e,f,g,h,i,j,k,l;
    printf("请输入十二个月的燃气费：");
    scanf("%f%f%f%f%f%f%f%f%f%f%f%f",&amp;a,&amp;b,&amp;c,&amp;d,&amp;e,&amp;f,&amp;g,&amp;h,&amp;i,&amp;j,&amp;k,&amp;l);
    printf("第一个月的燃气费为%0.1f\n",a);
     printf("第二个月的燃气费为%0.1\n",b);
      printf("第三个月的燃气费为%0.1f\n",c);
       printf("第四个月的燃气费为%0.1f\n",d);
        printf("第五个月的燃气费为%0.1f\n",e);
         printf("第六个月的燃气费为%0.1f\n",f);
           printf("第七个月的燃气费为%0.1f\n",g);
            printf("第八个月的燃气费为%0.1f\n",h);
             printf("第九个月的燃气费为%0.1f\n",i);
              printf("第十个月的燃气费为%0.1f\n",j);
               printf("第十一个月的燃气费为%0.1f\n",k); 
                printf("第十二个月的燃气费为%0.1f\n",l);]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:53:19 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567971</guid>
      </item>
      <item>
         <title>胡少华</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567972</link>
         <description><![CDATA[<div>{<br>	//输入并输出12个月的燃气费<br>&nbsp; &nbsp; float fCost,fSum=0;<br>&nbsp; &nbsp; int a=1;<br>&nbsp; &nbsp; while(a&lt;=12)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; printf("请输入第一到十二个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; fSum=fSum+fCost;<br>&nbsp; &nbsp; a++;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; printf("%0.1f",fSum);<br>	system("pause");<br>	return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:53:20 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567972</guid>
      </item>
      <item>
         <title> //输入并输出12个月的燃气费    float fCost;    int i;    i=1;    while(i&lt;=12)    {    printf(&quot;请输入这个月的燃气费：&quot;);    scanf(&quot;%f&quot;,&amp;fCost);    i++;    }    system(&quot;pause&quot;);	return 0;</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567994</link>
         <description><![CDATA[<div>王鑫</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:53:32 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208567994</guid>
      </item>
      <item>
         <title>徐仁超</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568014</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>int main()<br>{<br>	//输入并输出12个月的燃气费<br>    float fCost,y;<br>    int i=1;<br>    printf("请依次输入十二个月的燃气费：");<br>    while(i&lt;=12)<br>    {<br>    scanf("%f",&amp;fCost);<br>    y=fCost+y;<br>    i++;<br>    }<br>    printf("您这十二个月的总费用是：%f",y);<br>    <br>    <br>    <br>	system("pause");<br>	return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:53:41 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568014</guid>
      </item>
      <item>
         <title>#include #include int main(){	//输入并输出12个月的燃气费    float fCost;    int i=1;    while(i&lt;=12)    {       printf(&quot;请输入这个月的燃气费：&quot;);       scanf(&quot;%f&quot;,&amp;fCost);       i++;    }   	system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568061</link>
         <description><![CDATA[<div>牛姣洁</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:54:07 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568061</guid>
      </item>
      <item>
         <title>#include &lt;stdio.h&gt;#include &lt;stdlib.h&gt;int main(){	float cost,sum=0;    int i;    for(i=1;i&lt;=12;i++)    {    printf(&quot;第%d月的燃气费:\n&quot;,i);    scanf(&quot;%f&quot;,&amp;cost);   printf(&quot;这个月的煤气费用为%0.1f\n&quot;,cost);    }	system(&quot;pause&quot;);	return 0;}覃炳苍</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568102</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:54:31 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568102</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568112</link>
         <description><![CDATA[<div>//输入并输出12个月的燃气费<br>&nbsp; &nbsp; float fCost;<br>&nbsp; &nbsp; printf("请输入第一个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("请输入第二个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("请输入第三个月的燃气费：");<br>&nbsp; &nbsp; printf("%f",fCost);<br>&nbsp; &nbsp; printf("请输入第四个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("请输入第五个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("请输入第六个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("请输入第七个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("请输入第八个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("请输入第九个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("%0.1f\n",fCost);<br>&nbsp; &nbsp; printf("请输入第十个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("请输入第十一个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("请输入第十二个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);李文静</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:54:34 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568112</guid>
      </item>
      <item>
         <title>int main(){	float a,b=0.0;    int i =1;    printf(&quot;请输入各月的煤气费用&quot;);    while(i&lt;=12)    {    scanf(&quot;%f&quot;,&amp;a);    b=b+a;    i++;    }    printf(&quot;12个月的煤气费总和为%0.2f&quot;,b);	system(&quot;pause&quot;);	return 0;}张阳</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568164</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:55:00 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568164</guid>
      </item>
      <item>
         <title>郑蔚</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568312</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>int main()<br>{<br>	//输入并输出12个月的燃气费<br>    float fCost,fSum=0.0;<br>    int i=1;<br>    while(i&lt;=12)<br>    {<br>    scanf("%f",&amp;fCost);<br>    fSum=fSum+fCost;<br>    i++;<br>    }<br>    printf("%0.1f",fSum);<br>    scanf("%f",&amp;fCost);<br>	system("pause");<br>	return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:56:22 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568312</guid>
      </item>
      <item>
         <title>邹定沫</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568361</link>
         <description><![CDATA[<div>float a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12;<br>    <br>    printf("请依次输入12个月的燃气费：");<br>    scanf("%f%f%f%f%f%f%f%f%f%f%f%f",&amp;a1,&amp;a2,&amp;a3,&amp;a4,&amp;a5,&amp;a6,&amp;a7,&amp;a8,&amp;a9,&amp;a10,&amp;a11,&amp;a12);<br>    printf("第一个月所需费用为：%0.1f\n",a1);    <br>    printf("第二个月所需费用为：%0.1f\n",a2);   <br>     printf("第三个月所需费用为：%0.1f\n",a3);   <br>      printf("第四个月所需费用为：%0.1f\n",a4);   <br>       printf("第五个月所需费用为：%0.1f\n",a5);    <br>       printf("第六个月所需费用为：%0.1f\n",a6);   <br>        printf("第七个月所需费用为：%0.1f\n",a7);    <br>        printf("第八个月所需费用为：%0.1f\n",a8);    <br>        printf("第九个月所需费用为：%0.1f\n",a9);    <br>        printf("第十个月所需费用为：%0.1f\n",a10);   <br>         printf("第十一个月所需费用为：%0.1f\n",a11);   <br>          printf("第十二个月所需费用为：%0.1f\n",a12);	<br>   <br>    printf("总费用为：%0.0f",a1+a2+a3+a4+a5+a6+a7+a8+a9+a10+a11+a12);<br>	</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:56:43 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568361</guid>
      </item>
      <item>
         <title>#include #include int main(){	//输入并输出12个月的燃气费    float a,b,c,d,e,f,g,h,i,j,k,l;    printf(&quot;请输入第一个月的燃气费：&quot;);    scanf(&quot;%f%f%f%f%f%f%f%f%f%f%f%f&quot;,&amp;a,&amp;b,&amp;c,&amp;d,&amp;e,&amp;f,&amp;g,&amp;h,&amp;i,&amp;j,&amp;k,&amp;l);    printf(&quot;第一个月的燃气费为%0.1f&quot;,a);    printf(&quot;第二个月的燃气费为%0.1f&quot;,b);    printf(&quot;第三个月的燃气费为%0.1f&quot;,c);    printf(&quot;第四个月的燃气费为%0.1f&quot;,d);    printf(&quot;第五个月的燃气费为%0.1f&quot;,e);    printf(&quot;第六个月的燃气费为%0.1f&quot;,f);    printf(&quot;第七个月的燃气费为%0.1f&quot;,g);    printf(&quot;第八个月的燃气费为%0.1f&quot;,h);    printf(&quot;第九个月的燃气费为%0.1f&quot;,i);    printf(&quot;第十个月的燃气费为%0.1f&quot;,j);    printf(&quot;第十一个月的燃气费为%0.1f&quot;,k);    printf(&quot;第十二个月的燃气费为%0.1f&quot;,l);	system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568408</link>
         <description><![CDATA[<div>吴泽民<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:57:08 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568408</guid>
      </item>
      <item>
         <title>#include &lt;stdio.h&gt;#include &lt;stdlib.h&gt;int main(){    float fCost,fSum=0.0;    int a=1;    while(a&lt;=12)   {    printf(&quot;请输入一到十二月的燃气费：&quot;);        scanf(&quot;%f&quot;,&amp;fCost);        fSum=fSum+fCost;        a++;   }    printf(&quot;%f&quot;,fSum);	system(&quot;pause&quot;);	return 0;}常莉</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568448</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:57:28 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568448</guid>
      </item>
      <item>
         <title>#include &lt;stdlib.h&gt;void main(){	//输入并输出12个月的燃气费    float fCost,fSum=0.0;    int i=1;        while(i&lt;=12)    {      scanf(&quot;%f&quot;,&amp;fCost);      fSum=fSum+fCost;      i++;    }       printf(&quot;%0.1f&quot;,fSum);	system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568473</link>
         <description><![CDATA[<div>张清博</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:57:44 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568473</guid>
      </item>
      <item>
         <title>#include #include int main(){	//输入并输出12个月的燃气费    float fCost;    int a=1;    while(a&lt;=12)    {    printf(&quot;这个月的燃气费是：&quot;);    scanf(&quot;%f&quot;,&amp;fCost);    a++;    }	system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568508</link>
         <description><![CDATA[<div>&nbsp; 张明洋</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:58:10 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568508</guid>
      </item>
      <item>
         <title>kk</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568529</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:58:21 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568529</guid>
      </item>
      <item>
         <title>康..</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568548</link>
         <description><![CDATA[<div>&nbsp; printf("这是一个神奇的代码它可以得出你从1月到12月的燃气费\n如果你想知道\n请输入\n我很帅\n得出结果\n");<br>&nbsp; &nbsp; &nbsp;scanf("我很帅");<br>&nbsp; &nbsp; &nbsp;printf("鉴定完毕你自恋的要死\n");<br>&nbsp; &nbsp; &nbsp;printf("请输入第一个月到12月的燃气费：");<br><br>&nbsp; &nbsp; &nbsp;<br>	//输入并输出12个月的燃气费<br>&nbsp; &nbsp; float cost,sun=0.0;<br>&nbsp; &nbsp; int i=1;<br>&nbsp; &nbsp; while(i&lt;=12)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; scanf("%f",&amp;cost);<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; sun=sun+cost;<br>&nbsp; &nbsp; i++;<br>&nbsp;&nbsp;<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp;<br>&nbsp; &nbsp; }<br>&nbsp; printf("\n从1月到12月的燃气费是%0.1f",sun);</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 02:58:31 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568548</guid>
      </item>
      <item>
         <title>胡程凡</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568808</link>
         <description><![CDATA[<div>//输入并输出12个月的燃气费<br>&nbsp; &nbsp; float fCost;<br>&nbsp; &nbsp; printf("请输入第一个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("请输入第二个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("请输入第三个月的燃气费：");<br>&nbsp; &nbsp; printf("%f",fCost);<br>&nbsp; &nbsp; printf("请输入第四个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("请输入第五个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("请输入第六个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("请输入第七个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("请输入第八个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("请输入第九个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("%0.1f\n",fCost);<br>&nbsp; &nbsp; printf("请输入第十个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("请输入第十一个月的燃气费：");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("请输入第十二个月的燃气费：");</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 03:00:46 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568808</guid>
      </item>
      <item>
         <title>刘元</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568905</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 03:01:46 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568905</guid>
      </item>
      <item>
         <title>王盼</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568930</link>
         <description><![CDATA[<div>&nbsp;float fCost;<br>&nbsp; &nbsp; printf("请输入一月的燃气用量：\n");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("一月的燃气费为%0.1f\n",fCost);<br>&nbsp; &nbsp; printf("请输入二月的燃气用量：\n");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("二月的燃气费为%0.1f\n",fCost);<br>&nbsp; &nbsp; printf("请输入三月的燃气用量：\n");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("三月的燃气费为%0.1f\n",fCost);<br>&nbsp; &nbsp; printf("请输入四月的燃气用量：\n");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("四月的燃气费为%0.1f\n",fCost);<br>&nbsp; &nbsp; printf("请输入五月的燃气用量：\n");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("五月的燃气费为%0.1f\n",fCost);<br>&nbsp; &nbsp; printf("请输入六月的燃气用量：\n");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("六月的燃气费为%0.1f\n",fCost);<br>&nbsp; &nbsp; printf("请输入七月的燃气用量：\n");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("七月的燃气费为%0.1f\n",fCost);<br>&nbsp; &nbsp; printf("请输入八月的燃气用量：\n");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("八月的燃气费为%0.1f\n",fCost);<br>&nbsp; &nbsp; printf("请输入九月的燃气用量：\n");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("九月的燃气费为%0.1f\n",fCost);<br>&nbsp; &nbsp; printf("请输入十月的燃气用量：\n");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("十月的燃气费为%0.1f\n",fCost);<br>&nbsp; &nbsp; printf("请输入十一月的燃气用量：\n");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("十一月的燃气费为%0.1f\n",fCost);<br>&nbsp; &nbsp; printf("请输入十二月的燃气用量：\n");<br>&nbsp; &nbsp; scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; printf("十二月的燃气费为%0.1f\n",fCost);<br>&nbsp; &nbsp;<br>&nbsp; 	system("pause");<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 03:01:55 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208568930</guid>
      </item>
      <item>
         <title>#include #include int main(){	//输入并输出12个月的燃气费    float fCost,y;    int i=1;    printf(&quot;请依次输入十二个月的燃气费：&quot;);    while(i&lt;=12)    {    scanf(&quot;%f&quot;,&amp;fCost);    y=fCost+y;    i++;    }    printf(&quot;您这十二个月的总费用是：%f&quot;,y);</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208569076</link>
         <description><![CDATA[<div>王佳乐</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 03:03:10 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208569076</guid>
      </item>
      <item>
         <title>#include &lt;stdio.h&gt;#include &lt;stdlib.h&gt;int main(){	float cost,sum0;    int i;    for(i=1;i&lt;=12;i++)    {     printf(&quot;第%d月的燃气费:\n&quot;,i);     scanf(&quot;%f&quot;,&amp;cost);     printf(&quot;这个月的煤气费用为%0.1f\n&quot;,cost);    }	system(&quot;pause&quot;);	return 0;}刘元</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208569112</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 03:03:27 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208569112</guid>
      </item>
      <item>
         <title>//输入并输出12个月的燃气费    float fCost;    int i=1;    while(i&lt;=12)    {    printf(&quot;请输入该月的燃气费：&quot;);    scanf(&quot;%f&quot;,&amp;fCost);    i++;     }	system(&quot;pause&quot;);	return 0;</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208569292</link>
         <description><![CDATA[<div>&nbsp;                                          卫乐华</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 03:05:12 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208569292</guid>
      </item>
      <item>
         <title>{	//输入并输出12个月的燃气费    float fCost,i=0.0;    int a=1;    printf(&quot;请依次输入每个月的燃气费：&quot;);    while(a&lt;=12)    {        scanf(&quot;%f&quot;,&amp;fCost);    i=i+fCost;    a++;    }    printf(&quot;一年煤气费用的总和为%0.1f&quot;,i);	system(&quot;pause&quot;);	return 0;}            张雅萱</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208569368</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 03:05:43 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208569368</guid>
      </item>
      <item>
         <title>//输入输出12个月燃气费    float fcost;    int z=1;x=0.0    while(z&lt;=12)    {    scanf(&quot;%f&quot;,&amp;fcost);    fcost=x+fcost;    z++;    }    printf(&quot;\n用户一年煤气费用总和为%d&quot;,z);</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208569395</link>
         <description><![CDATA[<div>李瑞<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 03:05:54 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208569395</guid>
      </item>
      <item>
         <title>祝叶</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208569554</link>
         <description><![CDATA[<div>//输入并输出12个月的燃气费<br>&nbsp; &nbsp; float fCost,fSum=0;<br>&nbsp; &nbsp; int i=1;<br>&nbsp; &nbsp; while(i&lt;=12)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp;printf("请输入第一到第十二个月的燃气费：");<br>&nbsp; &nbsp; &nbsp; &nbsp;scanf("%f",&amp;fCost);<br>&nbsp; &nbsp; &nbsp; &nbsp;fSum=fSum+fCost;<br>&nbsp; &nbsp; &nbsp; &nbsp;i++;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; printf("%0.1f",fSum);<br>&nbsp; &nbsp; system("pause");<br>	return 0;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 03:07:23 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208569554</guid>
      </item>
      <item>
         <title>刘杨</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208571009</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>int main()<br>{<br>	float a,b=0.0;<br>&nbsp; &nbsp; int i=1;<br>&nbsp; &nbsp; while(i&lt;=12)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; printf("请输入第%d个月的燃气费",i);<br>&nbsp; &nbsp; scanf("%f",&amp;a);<br>&nbsp; &nbsp; i++;<br>&nbsp; &nbsp; printf("%0.1f",a,a,a,a,a,a,a,a,a,a,a,a);<br>&nbsp; &nbsp; }<br>	system("pause");<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 03:19:43 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208571009</guid>
      </item>
      <item>
         <title>17物联网裴斌PB</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208571023</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>int main()<br>{<br>	//输入并输出12个月的燃气费<br>&nbsp; &nbsp; float fC,s;<br>&nbsp; &nbsp; int i=1;<br>&nbsp; &nbsp; &nbsp;<br>&nbsp; &nbsp; &nbsp;while(i&lt;=12) &nbsp;<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; printf("请输入第%d个月的燃气费",i);<br>&nbsp; &nbsp; scanf("%f",&amp;fC);<br>&nbsp; &nbsp; s=s+fC;<br>&nbsp; &nbsp; i++;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; printf("%f",s);<br>	system("pause");<br>	return 0;<br>}<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 03:19:52 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208571023</guid>
      </item>
      <item>
         <title>陈锡泓</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208571054</link>
         <description><![CDATA[<div>float fC,fS=0.0;<br>    int i=1;<br>    while(i&lt;=12)<br>    {<br>    printf("请输入第%d个月的燃气费",i);<br>    scanf("%f",&amp;fC);<br>    fS=fS+fC;<br>    i++;<br>    }<br>    printf("燃气的费用为%.1f",fS);<br>	system("pause");<br>	return 0;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 03:20:09 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208571054</guid>
      </item>
      <item>
         <title>表白神器</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208571253</link>
         <description><![CDATA[<div>&nbsp;int i,j,e;//爱心<br>&nbsp; &nbsp; int a;<br>&nbsp; &nbsp; long time;<br>&nbsp; &nbsp; for(i=1,a=I;i&lt;I/2;i++,a--)<br>&nbsp; &nbsp; {<br>for(j=(int) ( I-sqrt(I*I-(a-i)*(a-i)) );j&gt;0;j--)<br>printf(" ");<br>for(e=1;e&lt;=2*sqrt(I*I-(a-i)*(a-i));e++)<br>printf("\3");<br>for(j=(int)<br>( 2*(&nbsp; &nbsp; I-sqrt(I*I-(a-i)*(a-i)) ) );j&gt;0;j--)<br>printf(" ");<br>for(&nbsp; &nbsp; e=1;e&lt;=2*sqrt(I*I-(a-i)*(a-i)); e++)<br>printf("\3");<br>printf("\n"); }<br>for(i=1;i&lt;80;i++)<br>{<br>if(i==25)<br>{<br>printf("&nbsp; &nbsp; &nbsp;我爱&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;");<br>i+=30;<br>}<br>printf("\3");<br>}<br>printf("\n");<br>for(i=1;i&lt;=R/2;i++)<br>{<br>if(i%2||i%3)<br>continue;<br>for(j=(int) ( R-sqrt(R*R-i*i) );j&gt;0;j--)<br>printf(" ");<br>for(e=1;e&lt;=2*( sqrt(R*R-i*i) - (R-2*I) );e++)<br>printf("\3");<br>printf("\n");//爱心结尾<br><br><br>&nbsp; &nbsp; }<br>&nbsp; &nbsp;&nbsp;<br>	while(time)//变色代码<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; printf("&nbsp; 我");<br>&nbsp; &nbsp; printf("喜");<br>&nbsp; &nbsp; printf("欢");<br>&nbsp; &nbsp; printf("你");<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp;&nbsp;<br>	system("color b");<br>&nbsp; &nbsp; for(time=0;time&lt;99999999;time++); system("color a");<br>&nbsp; &nbsp; for(time=0;time&lt;99999999;time++); system("color b");<br>&nbsp; &nbsp; for(time=0;time&lt;99999999;time++); system("color c");<br>&nbsp; &nbsp; for(time=0;time&lt;99999999;time++); system("color d");<br>&nbsp; &nbsp; for(time=0;time&lt;99999999;time++); system("color e");<br>&nbsp; &nbsp; for(time=0;time&lt;99999999;time++); system("color f");&nbsp;<br>&nbsp; &nbsp; }<br>	system("pause");</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 03:22:00 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208571253</guid>
      </item>
      <item>
         <title>#include &lt;stdio.h&gt;#include &lt;stdlib.h&gt;int main(){	float cost,k=0;    int i=1;    while(i&lt;=12)    {    printf(&quot;第%d月的煤气费用:\n&quot;,i);    scanf(&quot;%f&quot;,&amp;cost);    printf(&quot;第%d月的煤气费用%0.1f\n&quot;,i,cost);   k+=cost;    i++;    }     printf(&quot;煤气费用%0.1f&quot;,k);	system(&quot;pause&quot;);	return 0;}覃炳苍（2）</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208571536</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 03:24:20 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208571536</guid>
      </item>
      <item>
         <title>float fcost;     int a=1;     while(a&lt;=12)     {      printf(&quot;请输入第%d个月煤气费用\n&quot;,a);     scanf(&quot;%f&quot;,&amp;fcost);     printf(&quot;第%d个月煤气费用为%f\n&quot;,a,fcost);     a++;     }	system(&quot;pause&quot;);	return 0;</title>
         <author></author>
         <link>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208571683</link>
         <description><![CDATA[<div>陈洪宇.0</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-20 03:25:59 UTC</pubDate>
         <guid>https://padlet.com/7241963/wzwm1m3ibl5q/wish/208571683</guid>
      </item>
   </channel>
</rss>
