<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>My 大胆的 wall by tangjie</title>
      <link>https://padlet.com/7241963/z2xk79zvv6xf</link>
      <description>善意作品</description>
      <language>en-us</language>
      <pubDate>2017-11-26 02:05:19 UTC</pubDate>
      <lastBuildDate>2026-01-23 07:29:53 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>#include int main(){    int m=2,s=0;    for(;;)    {        system(&quot;cls&quot;);        printf(&quot;%d:%d&quot;,m,s);        if(s&lt;=0)        {            m--;            s=60;        }        Sleep(1000);        s--;        if(s&lt;=0 &amp;&amp; m&lt;=0)            break;    }    system(&quot;pause&quot;);}</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210239298</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/242161227/d448a8c725f65cc391abf346b6933e11/_____.c" />
         <pubDate>2017-11-27 02:28:59 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210239298</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210241822</link>
         <description><![CDATA[<div>&nbsp; int a=0,b=5,c;<br>&nbsp; &nbsp; printf("1:0 0\n");<br>&nbsp; while(b&gt;=0)<br>&nbsp; {<br>&nbsp; &nbsp; c=10;<br>&nbsp; &nbsp;while(c&gt;=1)<br>&nbsp; &nbsp;{<br>&nbsp; &nbsp; //等待<br>&nbsp; &nbsp; Sleep(1000);<br>&nbsp; &nbsp; &nbsp;system("cls");<br>&nbsp; &nbsp;&nbsp;<br>	//清屏<br>	printf("%d:%d %d\n",a,b,--c);&nbsp;<br>&nbsp; &nbsp;}<br><br>&nbsp; &nbsp; b--;<br>&nbsp; &nbsp; }<br>&nbsp;/* &nbsp;<br>&nbsp; &nbsp; if(c==0)<br>&nbsp; &nbsp; {b--;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; c=9;<br>&nbsp; &nbsp; if(b==0)<br>{break;}<br>&nbsp; &nbsp;}*/<br>&nbsp; &nbsp;<br>&nbsp; &nbsp;</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-27 02:49:23 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210241822</guid>
      </item>
      <item>
         <title>杨振天作业：《两分钟倒计时》</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210243545</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>#include &lt;windows.h&gt;<br>int main()<br>{<br>	int a,b,c;<br>&nbsp; &nbsp; printf("2:00");<br>&nbsp; &nbsp; a=1;<br>&nbsp; &nbsp; b=5;<br>	c=9;<br>&nbsp; &nbsp;while(1)<br>&nbsp; &nbsp;{		<br>		Sleep(1000);<br>		system("cls");<br>		printf("%d:%d %d\n",a,b,c);&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; if(c&gt;0)<br>		c--;<br>&nbsp; &nbsp; &nbsp; &nbsp; else<br>		{<br>			c=9;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; b--;<br>			if(b&lt;=-1)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br>				a--;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; b=5;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c=9;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }&nbsp; &nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if(a&lt;=-1)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br>				a=0;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; b=0;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c=0;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; }<br>&nbsp; &nbsp;}&nbsp; &nbsp; &nbsp;&nbsp;<br>	system("pause");<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-27 03:04:01 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210243545</guid>
      </item>
      <item>
         <title>向凯</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765454</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>#include &lt;windows.h&gt;<br>int main()<br>{<br>    int a,b=5,c=9;<br>    printf("请输入需要计时的时间");<br>    scanf("%d",&amp;a);<br>    a--;<br>    while(a&gt;=0)<br>    {<br>    b=5;<br>    while(b&gt;=0)<br>    {<br>    c=9;<br>    while(c&gt;=0)<br>    {<br>		Sleep(10);<br>		system("cls");<br>		printf("%d:%d %d",a,b,c);<br>        c--;<br>    }<br>    b--;<br>    }<br>    a--;<br>    }<br>	system("pause");<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:45:41 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765454</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765483</link>
         <description><![CDATA[#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
int main()
{
	int a,b,c;
    printf("请输入定时/分钟"); 
    scanf("%d",&a);
    printf("%d:00",a); 
    while(a>=1) 
  {
             b=5;
		   while(b>=0)
			{
			            c=9;
					 while(c>=0)
						{
						Sleep(1000);
						system("cls");  
						printf("%d:%d%d",a-1,b,c);
						c--;
						}
			 b--;
		   }
   a--;
  }
    system("pause");
	return 0;
}
]]></description>
         <pubDate>2017-11-28 07:45:50 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765483</guid>
      </item>
      <item>
         <title>#include &lt;stdio.h&gt;#include &lt;stdlib.h&gt;#include &lt;windows.h&gt;int main(){    int x,y,z;    printf(&quot;你需要多少分钟倒计时&quot;);    scanf(&quot;%d&quot;,&amp;x);    printf(&quot;%d:00\n&quot;,x);        y=6,z=9;    while(x)    {    x--;    y=6;    z=9;    while(y&gt;=1)    {y--;    z=9;    while(z&gt;=0)    {    Sleep(100);    system(&quot;cls&quot;);    printf(&quot;%d:%d%d&quot;,x,y,z--);    }}}	system(&quot;pause&quot;);	return 0;}任鑫鑫</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765615</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:46:20 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765615</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765631</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:46:23 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765631</guid>
      </item>
      <item>
         <title>张先森</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765653</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>#include &lt;windows.h&gt;<br>int main()<br>{<br>	printf("请输入倒计时分钟");<br>&nbsp; &nbsp; int a,b,c;<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; scanf("%d",&amp;a);<br>&nbsp; &nbsp; printf("%d:00",a);<br>&nbsp; &nbsp; a--;<br>&nbsp; &nbsp; while(a&gt;=0)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; b=5;<br>&nbsp; &nbsp; &nbsp; &nbsp; while(b&gt;=0)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c=9;<br>				while(c&gt;=0)<br>				{<br>					Sleep(100);<br>					system("cls");<br>					printf("%d:%d %d",a,b,c);<br>					c=c-1;<br>				}<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; b=b-1;<br>&nbsp; &nbsp; &nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br>&nbsp; &nbsp; &nbsp;a=a-1;<br>&nbsp; &nbsp; }<br>	system("pause");<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:46:28 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765653</guid>
      </item>
      <item>
         <title>祝叶</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765683</link>
         <description><![CDATA[<div>#include &lt;windows.h&gt;<br>int main()<br>{<br>	int a,b,c;<br>&nbsp; &nbsp; printf("请输入倒计时");<br>&nbsp; &nbsp; scanf("%d",&amp;a);<br>&nbsp; &nbsp; &nbsp;--a;<br>&nbsp; &nbsp; &nbsp; while(a&gt;=0)<br>&nbsp; &nbsp; &nbsp; {&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; b=5;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; while(b&gt;=0)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;c=10;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;while(c&gt;=1)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Sleep(100);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; system("cls");<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; printf("%d:%d %d",a,b,--c);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;--b;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --a;<br>&nbsp; &nbsp; &nbsp; }<br>	system("pause");<br>	return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:46:34 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765683</guid>
      </item>
      <item>
         <title>#include #include #include int main(){    int a,b,c;    printf(&quot;请输入你所需要的倒计时分钟数\n&quot;);    scanf(&quot;%d&quot;,&amp;a);    printf(&quot;%d分钟倒计时准备！！！&quot;,a);   b=5;c=9;    while(a&gt;=0)    {      a--;			while(b&gt;=0)			{c=9;					while(c&gt;=0)					{						Sleep(1000);						system(&quot;cls&quot;);						printf(&quot;%d:%d%d&quot;,a,b,c);						c--;					}				 b=b--;   			}                   b=5;             }           system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765709</link>
         <description><![CDATA[<div>李宛蓉</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:46:40 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765709</guid>
      </item>
      <item>
         <title>徐仁超</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765724</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>#include &lt;windows.h&gt;<br>int main()<br>{<br>	int a,b,c;<br>    printf("你需要几分钟倒计时?");<br>    scanf("%d",a);<br>    while(a&gt;=0)<br>    {<br>    while(b&gt;=0)<br>    {<br>    c=9;<br>    while(c&gt;=0)<br>    {<br>    Sleep(1000);<br>    system("cls");<br>    printf("%d:%d %d",a,b,c);<br>    c=c-1;<br>    }<br>    b=b-1;<br>    }<br>    a=a-1;<br>    b=5;<br>    }<br>	system("pause");<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:46:43 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765724</guid>
      </item>
      <item>
         <title>#include #include #include int main(){	printf(&quot;请问您需要几分钟的倒计时？&quot;);    int a,b,c;    b=5;c=9;    scanf(&quot;%d&quot;,&amp;a);    a=a-1;    while(a&gt;=0)    {		b=5;		while(b&gt;=0)		{			c=9;			while(c&gt;=0)			{				Sleep(1000);				system(&quot;cls&quot;);				printf(&quot;%d:%d %d&quot;,a,b,c);                c=c-1;			}            b=b-1;		}        a=a-1;     }	system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765776</link>
         <description><![CDATA[<div>牛姣洁</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:46:58 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765776</guid>
      </item>
      <item>
         <title>张雅茹</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765802</link>
         <description><![CDATA[<div>1.<br>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>#include &lt;windows.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp; int a,b=59;<br>&nbsp; &nbsp; printf("请输入倒计时时间");<br>&nbsp; &nbsp;scanf("%d",&amp;a);<br>&nbsp; &nbsp;a--;<br>&nbsp; &nbsp; while(a&gt;=0)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; b=59;<br>&nbsp; &nbsp; &nbsp; &nbsp;while(b&gt;=1)<br>&nbsp; &nbsp; &nbsp; &nbsp;{<br>&nbsp; &nbsp; &nbsp; &nbsp; Sleep(1000);<br>&nbsp; &nbsp; &nbsp; &nbsp; system("cls");<br>	&nbsp; &nbsp; printf("%d:%d\n",a,b);<br>&nbsp; &nbsp; &nbsp; &nbsp; b=b-1;<br>&nbsp; &nbsp; &nbsp; &nbsp;}<br>&nbsp; &nbsp; &nbsp; &nbsp;a=a-1;<br>&nbsp; &nbsp; &nbsp; &nbsp;b=59;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; system("pause");<br>&nbsp; &nbsp; return 0;<br>}<br><br><br>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>#include &lt;windows.h&gt;<br>int main()<br>{<br><br>&nbsp; &nbsp; int a,b=5,c;<br>&nbsp; &nbsp; printf("请输入倒计时时间");<br>&nbsp; &nbsp; scanf("%d",&amp;a);<br>&nbsp; &nbsp; a--;<br>&nbsp; &nbsp; while(a&gt;=0)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; while(b&gt;=0)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;c=9;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;while(c&gt;=0)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{<br>		&nbsp; &nbsp; &nbsp; &nbsp;Sleep(1000);<br>		&nbsp; &nbsp; &nbsp; &nbsp;system("cls");<br>		&nbsp; &nbsp; &nbsp; &nbsp;printf("%d:%d %d",a,b,c);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;c=c-1;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;b=b-1;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;a=a-1;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;b=5;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp;<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; system("pause");<br>	return 0;<br>}<br>2.<br>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>#include &lt;windows.h&gt;<br>int main()<br>{<br>	int a,b;<br>&nbsp; &nbsp; for(a=2;a&gt;=0;a--)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; for(b=59;b&gt;=0;b--)<br>&nbsp; &nbsp; &nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; system("cls");<br>&nbsp; &nbsp; &nbsp; if(b&lt;=9)<br>&nbsp; &nbsp; &nbsp; printf("%d:0%d",a,b);<br>&nbsp; &nbsp; &nbsp; else<br>&nbsp; &nbsp; &nbsp; printf("%d:%d",a,b);<br>&nbsp; &nbsp; &nbsp; &nbsp;Sleep(1000);<br>&nbsp; &nbsp; &nbsp; &nbsp; }<br>&nbsp; &nbsp; }<br>	system("pause");<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:47:02 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765802</guid>
      </item>
      <item>
         <title>姚瑶</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765851</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>#include &lt;windows.h&gt;<br>int main()<br>{<br>	int a,b=0,c=0;<br>&nbsp; &nbsp; printf("请输入你的倒计时时间：");<br>&nbsp; &nbsp; scanf("%d",&amp;a);<br>&nbsp; &nbsp; printf("%d:%d %d",a,b,c);<br>&nbsp; &nbsp; --a;<br>&nbsp; &nbsp; while(a&gt;=0)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; b=5;<br>&nbsp; &nbsp; &nbsp; while(b&gt;=0)<br>&nbsp; &nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; c=9;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; while(c&gt;=0)<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{<br>		&nbsp; &nbsp;Sleep(1000);<br>		&nbsp; &nbsp;system("cls");<br>		&nbsp; &nbsp;printf("%d:%d %d",a,b,c);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;c=c-1;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br>&nbsp; &nbsp; &nbsp; &nbsp; b=b-1;<br>&nbsp; &nbsp; &nbsp; }<br>&nbsp; &nbsp; &nbsp;a=a-1;<br>&nbsp; &nbsp; }<br>	system("pause");<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:47:14 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765851</guid>
      </item>
      <item>
         <title>赵航的作业</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765866</link>
         <description><![CDATA[<div>int a,b=5,c=9;<br>	printf("请输入需要几时的时间\n");<br>&nbsp; &nbsp; scanf("%d",&amp;a);<br>&nbsp; &nbsp;<br>&nbsp; &nbsp; a--;<br>&nbsp; &nbsp; while(a&gt;=0)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; b=5;<br>&nbsp; &nbsp; while(b&gt;=0)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; c=9;<br>&nbsp; &nbsp; while(c&gt;=0)<br>&nbsp; &nbsp; {<br>		Sleep(10);<br>		system("cls");<br>		printf("%d:%d %d",a,b,c);<br>&nbsp; &nbsp; &nbsp; &nbsp; c=c-1;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; b=b-1;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; a=a-1;<br>&nbsp; &nbsp; }</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:47:17 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765866</guid>
      </item>
      <item>
         <title>#include #include #include int main(){	    int a=59,b=5,c=9,d=23,q=364;    printf(&quot;你需要几天倒计时？&quot;);    scanf(&quot;%d&quot;,&amp;q);   q--;    while(q&gt;=0)    {		a=59;		b=5;		c=9;		d=23;		while(d&gt;=0)		{			a=59;			b=5;			c=9;			while(a&gt;=0)			{				b=5;				c=9;				while(b&gt;=0)				{				c=9;					while(c&gt;=0)					{					Sleep(1000);					system(&quot;cls&quot;);					printf(&quot;%d:%d:%d:%d %d&quot;,q,d,a,b,c--);					}				 b=b-1;   				}				a=a-1;							}			d=d-1;		}		q=q-1;    }	system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765879</link>
         <description><![CDATA[<div>                张清博</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:47:20 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765879</guid>
      </item>
      <item>
         <title>谭凯东https://padlet.com/7241963/z2xk79zvv6xf</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765895</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:47:25 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765895</guid>
      </item>
      <item>
         <title>#include &lt;stdio.h&gt;#include &lt;stdlib.h&gt;#include &lt;windows.h&gt;int main(){    int a,b,c;    printf(&quot;请输入需要多少分钟计时&quot;);    scanf(&quot;%d&quot;,&amp;a);    --a;    while(a&gt;=0)    {      b=5;      while(b&gt;=0)     {       c=9;       while(c&gt;=0)      {        Sleep(1000);        system(&quot;cls&quot;);        printf(&quot;%d:%d%d&quot;,a,b,c);        --c;      }       --b;     }       --a;    }	system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765912</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:47:29 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765912</guid>
      </item>
      <item>
         <title>int a,b,c;    printf(&quot;2:0 0\n&quot;);    a=1;    b=5;    c=9;while(a&gt;=0) {    b=5;     while(b&gt;=0)     {     c=9;        while(c&gt;=0)        {		    Sleep(100);		    system(&quot;cls&quot;);		    printf(&quot;%d:%d %d\n&quot;,a,b,c);   		    c=c-1;        }        --b;      } --a;}	system(&quot;pause&quot;);	return 0;}int a,b,c;    printf(&quot;2:0 0\n&quot;);    a=1;    b=5;    c=9;while(a&gt;=0) {    b=5;     while(b&gt;=0)     {     c=9;        while(c&gt;=0)        {		    Sleep(100);		    system(&quot;cls&quot;);		    printf(&quot;%d:%d %d\n&quot;,a,b,c);   		    c=c-1;        }        --b;      } --a;}	system(&quot;pause&quot;);	return 0;}int a,b,c;    printf(&quot;2:0 0\n&quot;);    a=1;    b=5;    c=9;while(a&gt;=0) {    b=5;     while(b&gt;=0)     {     c=9;        while(c&gt;=0)        {		    Sleep(100);		    system(&quot;cls&quot;);		    printf(&quot;%d:%d %d\n&quot;,a,b,c);   		    c=c-1;        }        --b;      } --a;}	system(&quot;pause&quot;);	return 0;}int a,b,c;    printf(&quot;2:0 0\n&quot;);    a=1;    b=5;    c=9;while(a&gt;=0) {    b=5;     while(b&gt;=0)     {     c=9;        while(c&gt;=0)        {		    Sleep(100);		    system(&quot;cls&quot;);		    printf(&quot;%d:%d %d\n&quot;,a,b,c);   		    c=c-1;        }        --b;      } --a;}	system(&quot;pause&quot;);	return 0;}vvvint a,b,c;    printf(&quot;2:0 0\n&quot;);    a=1;    b=5;    c=9;while(a&gt;=0) {    b=5;     while(b&gt;=0)     {     c=9;        while(c&gt;=0)        {		    Sleep(100);		    system(&quot;cls&quot;);		    printf(&quot;%d:%d %d\n&quot;,a,b,c);   		    c=c-1;        }        --b;      } --a;}	system(&quot;pause&quot;);	return 0;}int a,b,c;    printf(&quot;2:0 0\n&quot;);    a=1;    b=5;    c=9;while(a&gt;=0) {    b=5;     while(b&gt;=0)     {     c=9;        while(c&gt;=0)        {		    Sleep(100);		    system(&quot;cls&quot;);		    printf(&quot;%d:%d %d\n&quot;,a,b,c);   		    c=c-1;        }        --b;      } --a;}	system(&quot;pause&quot;);	return </title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765951</link>
         <description><![CDATA[<div>李文静</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:47:37 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210765951</guid>
      </item>
      <item>
         <title>张阳</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766010</link>
         <description><![CDATA[<div>int main()<br>{ &nbsp; int a,b=5,c;<br>	printf("请输入倒计时的分钟数：\n");//提醒用户输入分钟数<br>&nbsp; &nbsp; scanf("%d",&amp;a);<br>&nbsp; &nbsp; printf("您好，你输入的是%d分钟\n倒计时开始10秒后开始\n%d:00\n",a,a);<br>&nbsp; &nbsp; Sleep(10000);<br>&nbsp; &nbsp; a--;<br>&nbsp; &nbsp; &nbsp;while(a&gt;=0)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp;b=5;<br>&nbsp; &nbsp; while(b&gt;=0)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; c=9;<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; while(c&gt;=0)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; Sleep(1000);<br>&nbsp; &nbsp; system("cls");<br>&nbsp; &nbsp; printf("%d:%d %d",a,b,c);<br>&nbsp; &nbsp; c=c-1;<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; b=b-1;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; a=a-1;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp;&nbsp;<br>	system("pause");<br>	return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:47:50 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766010</guid>
      </item>
      <item>
         <title>刘元#include &lt;stdio.h&gt;#include &lt;stdlib.h&gt;#include &lt;windows.h&gt;int main(){    int a,b,c;    printf(&quot;输入任意时间来求倒计时，格式：1:0 0\n&quot;);      /* scanf(&quot;%d%d%d&quot;,&amp;a,&amp;b,&amp;c); while(a&gt;=1)  {  while(b&gt;=0)  {   while(c&gt;=1)   {    //等待    Sleep(1000);     system(&quot;cls&quot;);    	//清屏	printf(&quot;%d:%d %d\n&quot;,a,b,--c);   }   b--;    }a--;  }*/  for(a=0;a&lt;=24;a++)    {for(b=0;b&lt;6;b++)    {for(c=0;c&lt;=9;c++)    {  Sleep(10);     system(&quot;cls&quot;);    	//清屏	printf(&quot;%d:%d %d\n&quot;,a,b,c);    }    }    }      	system(&quot;pause&quot;);    return 0;}刘元</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766024</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:47:55 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766024</guid>
      </item>
      <item>
         <title>int a=1,b=5,c;    printf(&quot;输入几分钟的倒计时&quot;);    scanf(&quot;%d&quot;,&amp;a);    a--;    while(a&gt;=0)    {		while(b&gt;=0)		{		   c=9;		   while(c&gt;=0)		  {		   Sleep(1000);		   system(&quot;cls&quot;);		   printf(&quot;%d:%d %d&quot;,a,b,c);		   c=c-1;		  }		b=b-1;		}		a=a-1;		b=5;    }            	system(&quot;pause&quot;);	return 0;</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766046</link>
         <description><![CDATA[<div>兰小婷</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:48:00 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766046</guid>
      </item>
      <item>
         <title>伍涛</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766069</link>
         <description><![CDATA[int a,b=5,c;
   printf("请输入你需要的倒计时");
     scanf("%d",&amp;a);                                                                                                
     a--;
    while(a&gt;=0)
    {
           while(b&gt;=0)
		{
			c=9;
			while(c&gt;=0)
			{
			Sleep(100);
			system("cls");
			printf("%d:%d %d",a,b,c);
			c=c-1;
			}
		 b=b-1;
		}
        a=a-1;
        b=5;
}]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:48:05 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766069</guid>
      </item>
      <item>
         <title>#include #include #include int main(){    int a,b,c;	printf(&quot;输入你所需要的倒计时分钟数？&quot;);    scanf(&quot;%d&quot;,&amp;a);    a--;    while(a&gt;=0) {    b=5;     while(b&gt;=0)   {              c=9;            while(c&gt;=0)            {               Sleep(100);               system(&quot;cls&quot;);               printf(&quot;%d:%d %d&quot;,a,b,c);               c--;            }     b--;   }     a--;     }  system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766166</link>
         <description><![CDATA[<div>张雅萱</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:48:30 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766166</guid>
      </item>
      <item>
         <title>张志杰</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766200</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>#include &lt;windows.h&gt;<br>int main()<br>{<br>	int a,b,c;<br>&nbsp; &nbsp; printf("你需要几分钟?");<br>&nbsp; &nbsp; scanf("%d",&amp;a);<br>&nbsp; &nbsp; a--;<br>&nbsp; &nbsp; while(a&gt;=0)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; b=5;<br>&nbsp; &nbsp; while(b&gt;=0)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; c=9;<br>&nbsp; &nbsp; while(c&gt;=0)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Sleep(10);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;system("cls");<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;printf("%d:%d %d",a,b,c);<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;c=c-1;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; b--;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; a--;<br>&nbsp; &nbsp; }<br>	system("pause");<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:48:40 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766200</guid>
      </item>
      <item>
         <title>柯俊，#include &lt;stdio.h&gt;#include &lt;stdlib.h&gt;#include &lt;windows.h&gt;int main(){	int x;        printf(&quot;如果你需要分钟倒计时请按1.\n如果你需要小时倒计时请按2.\n（提示：当你输入了倒计时时间按下回车开始计时，距离出现倒计时界面有一秒钟的时间。时间到时会出现刷屏现象。）&quot;);    scanf(&quot;%d&quot;,&amp;x);    switch(x)    {		 case 1:		printf(&quot;1.请输入分钟倒计时时间:&quot;);		 int u,i=5,o=9;		 scanf(&quot;%d&quot;,&amp;u);         u=u-1;         while(u&gt;=0)			   {				   while(i&gt;=0)				   {						while(o&gt;=0)							{							    Sleep(10);                                system(&quot;cls&quot;);								printf(&quot;%d:%d %d&quot;,u,i,o);								                                o=o-1;							}							o=9;							i=i-1;				   }				   u=u-1;				   i=5;				   o=9;              }              break;        case 2:		printf(&quot;1.请输入小时倒计时时间:&quot;);						int a=59,b=5,c,d=1;			c=9;						scanf(&quot;%d&quot;,&amp;d);		  		   while(d&gt;=0)		   {			d=d-1;			   while(a&gt;=0)			   {				   while(b&gt;=0)				   {						while(c&gt;=0)							{								Sleep(1000);                                system(&quot;cls&quot;);								printf(&quot;%d:%d:%d %d&quot;,d,a,b,c);                                								c=c-1;							}							c=9;							b=b-1;				   }				   a=a-1;				   b=5;				   c=9;			   }			   d=d-1;			   a=59;			   b=5;			   c=9;		   }       }   while(1)   {   printf(&quot;时间到！！！&quot;);   }	system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766213</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:48:42 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766213</guid>
      </item>
      <item>
         <title>邹定沫</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766214</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>#include &lt;windows.h&gt;<br>int main()<br>{<br>	int x,a,c;<br>    printf("倒计时间为，几小时:几分钟");<br>    scanf("%d:%d:%d",&amp;x,&amp;a,&amp;c);<br>  x--;<br>  while(x&gt;=0)<br>  {  <br>          a--;<br>          while(a&gt;=0)<br>          {        <br>                 c=59;<br>                 while(c&gt;=0)<br>                { <br>                   Sleep(1000); //等待<br>	               system("cls"); //清屏<br>	               printf("%d:%d:%d \n",x,a,c);<br>                   c--;<br>                 }   <br>        a--;<br>       }<br>  x--;<br>  }<br>  </div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:48:42 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766214</guid>
      </item>
      <item>
         <title> int a,b,c,d;    printf(&quot;请输入倒计时时间\n&quot;);    scanf(&quot;%d:%d:%d%d&quot;,&amp;a,&amp;b,&amp;c,&amp;d);    a--;	if(a&gt;=0&amp;&amp;a&lt;=24)	while(a&gt;=0)		{	if(b&gt;=0&amp;&amp;b&lt;=)				   while(b&gt;=0)						{							  c=5; 							  while(c&gt;=0)								  {								  d=9;								  while(d&gt;=0)								       {										 Sleep(1000);										 system(&quot;cls&quot;);										 printf(&quot;%d:%d:%d %d\n&quot;,a,b,c,d);                                         d=d-1;                                       }								  c=c-1;								  } 							  b=b-1;    						}				   a=a-1;     			}</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766220</link>
         <description><![CDATA[<div><strong>阳明宇</strong></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:48:44 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766220</guid>
      </item>
      <item>
         <title>张清博</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766283</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:48:56 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766283</guid>
      </item>
      <item>
         <title>王盼</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766299</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>#include &lt;windows.h&gt;<br>int main()<br>{<br>	printf("请输入你需要的倒计时");<br>    int a,b=5,c;<br>    scanf("%d",&amp;a);<br>    a--;<br>    while(a&gt;=0)<br>    {<br>         while(b&gt;=0)<br>         {<br>             c=9;<br>             while(c&gt;=0)<br>             {<br>		Sleep(1000);<br>		system("cls");<br>		printf("%d:%d %d",a,b,c);<br>        c=c--;<br>        }<br>           b--;<br>         }<br>         a--;<br>         b=5;<br>    }<br>	system("pause");<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:48:59 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766299</guid>
      </item>
      <item>
         <title>康昆卫</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766304</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>#include &lt;windows.h&gt;<br>int main()<br>{<br>	 system("color b");<br>&nbsp; &nbsp; int a,b,c;<br>&nbsp; &nbsp; printf("请输入你需要倒计时的时间");<br>&nbsp; &nbsp; scanf("%d",&amp;a);<br>&nbsp; &nbsp; a--;<br>		 &nbsp;<br>		while(a&gt;=0)<br>		{<br>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; b=5;<br>			while(b&gt;=0)<br>			{	<br>			&nbsp; c=9;<br>					while(c&gt;=0)<br>						{<br>						Sleep(10);<br>						system("cls");<br>						printf("%d分:%d%d秒",a,b,c);<br>						--c;<br>						}<br>			b--;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br>			}<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; a--;<br>&nbsp; &nbsp; }<br>&nbsp;&nbsp;<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; system("color eb");<br>&nbsp;&nbsp;<br>	system("pause");<br>	return 0;<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:49:00 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766304</guid>
      </item>
      <item>
         <title>刘开淋</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766367</link>
         <description><![CDATA[<div>&nbsp; int a,b,c;<br>&nbsp; &nbsp; printf("请输入你所想的倒计时\n输入完成后按回车键开始倒计时！");<br>&nbsp; scanf("%d",&amp;a);<br>&nbsp; printf("%d:0 0",a);<br>&nbsp;a--;<br>&nbsp; &nbsp; while(a&gt;=0)<br>{<br>b=5;<br>		while(b&gt;=0)<br>	{<br>	c=9;<br>			while(c&gt;=0)<br>			{<br>				Sleep(10);<br>				system("cls");<br>				printf("%d:%d %d",a,b,c);<br>				c--;<br>			}<br>			b--;<br>	}<br>&nbsp; &nbsp; b=5;<br>&nbsp; &nbsp; a--;<br>}<br>printf("倒计时结束\n");</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:49:15 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766367</guid>
      </item>
      <item>
         <title>#include #include #include int main(){    int a,b,c;	printf(&quot;你所想的倒计时&quot;);    scanf(&quot;%d&quot;,a);    a--;    while(a&gt;=0)    {    b=5;    while(b&gt;=0)    {    c=9;     while(c&gt;=0)    {		Sleep(1000);		system(&quot;cls&quot;);		printf(&quot;%d:%d %d&quot;,a,b,c);        c=c-1;    }    b=b-1;    }    a=a-1;    }    system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766461</link>
         <description><![CDATA[<div>田浩</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:49:34 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766461</guid>
      </item>
      <item>
         <title>#include &lt;stdio.h&gt;#include &lt;stdlib.h&gt;#include &lt;windows.h&gt;int main(){	    int a=1,b=5,c;    printf(&quot;请输入几分钟的倒计时&quot;);    scanf(&quot;%d&quot;,&amp;a);    a--;    c=9;    while(a&gt;=0)  {      while(b&gt;0)    {          c=9;            while(c&gt;=0)           {         Sleep(1000);             system(&quot;cls&quot;);         printf(&quot;%d:%d %d&quot;,a,b,c);         c=c-1;        }            b=b-1;      }        a=a-1;        b=5;    }	system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766517</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:49:50 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766517</guid>
      </item>
      <item>
         <title>胡少</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766519</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>#include &lt;windows.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp; int x,a,b,c;<br>&nbsp; &nbsp; printf("你需要几小时倒计时？");<br>&nbsp; &nbsp; scanf("%d",&amp;x);<br>&nbsp; &nbsp; x--;<br>&nbsp; &nbsp; while(x&gt;=0)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; a=60;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; a--;<br>			while(a&gt;=0)<br>			{<br>					b=5;<br>					while(b&gt;=0)<br>					{<br>							c=9;<br>							while(c&gt;=0)<br>							{<br>									Sleep(1);<br>									system("cls");<br>									printf("%d:%d:%d %d",x,a,b,c);<br>									c=c-1;<br>							}<br>							b=b-1;<br>					}<br>					a=a-1;<br>			}<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; x=x-1;<br>&nbsp; &nbsp; }<br>	system("pause");<br>	return 0;<br>&nbsp;}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:49:50 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766519</guid>
      </item>
      <item>
         <title>张明洋</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766592</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>#include &lt;windows.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp; int a,b,c;<br>&nbsp; &nbsp; printf("您需要几分钟倒计时？请输入：");<br>&nbsp; &nbsp; scanf("%d",&amp;a);<br>&nbsp; &nbsp; a--;<br>&nbsp; &nbsp; while(a&gt;=0)<br>&nbsp; &nbsp; {<br>		b=5;<br>		while(b&gt;=0)<br>		 {&nbsp; &nbsp;<br>			c=9;<br>			while(c&gt;=0)<br>			{<br>				Sleep(1000);<br>				system("cls");<br>				printf("%d:%d %d",a,b,c);<br>				c--;<br>			}<br>			b--;<br>		 }<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;a--;<br>&nbsp; &nbsp; }<br>	system("pause");<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:50:09 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766592</guid>
      </item>
      <item>
         <title>杨振天</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766610</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>#include &lt;windows.h&gt;<br>int main()<br>{<br>	system("color F5");<br>	printf("请输入所需要的时间:");<br>&nbsp; &nbsp; int a,b=59,c=5,d=9;<br>&nbsp; &nbsp; scanf("%d",&amp;a);<br>&nbsp; &nbsp; a--;<br>&nbsp; &nbsp; while(a&gt;=0)<br>&nbsp; &nbsp; {<br>		while(b&gt;=0)<br>		{&nbsp;<br>			while(c&gt;=0) &nbsp;<br>			{&nbsp;<br>				while(d&gt;=0)<br>				{<br>					Sleep(1000);<br>					system("cls");<br>					printf("时间为:%d:%d:%d%d",a,b,c,d--);<br>				}<br>				c--;<br>				d=9;<br>			}	<br>			b--;<br>			c=5;<br>			d=9;	<br>		}<br>&nbsp; &nbsp; &nbsp; &nbsp; a--;<br>&nbsp; &nbsp; &nbsp; &nbsp; b=59;<br>&nbsp; &nbsp; &nbsp; &nbsp; c=5;<br>&nbsp; &nbsp; &nbsp; &nbsp; d=9;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp;&nbsp;<br>	system("pause");<br>	return 0;<br>}<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:50:16 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766610</guid>
      </item>
      <item>
         <title>int x=2,y=5,z=9;    printf(&quot;你需要倒计时几分钟？&quot;);    scanf(&quot;%d:%d%d&quot;,&amp;x,&amp;y,&amp;z);    while(x&gt;=0)    {          y=5;    while(y&gt;=0)    {    z=9;    while(z&gt;=0)    {    Sleep(1000);    system(&quot;cls&quot;);    printf(&quot;%d:%d%d\n&quot;,x,y,z);        z=z-1;    }    y--;    }    z--;    }	system(&quot;pause&quot;);	return 0;</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766681</link>
         <description><![CDATA[<div>陈洪宇</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:50:30 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766681</guid>
      </item>
      <item>
         <title>int main(){	printf(&quot;2:0 0&quot;);    int a=2,b=6,c=9;    a=2;    while(a&gt;=1)    {		 a=a-1;		 b=6;		while(b&gt;=1)		{			 b=b-1;			 c=9;			while(c&gt;=0)			{				Sleep(1000);				system(&quot;cls&quot;);				printf(&quot;%d:%d %d&quot;,a,b,c);				c=c-1;			}        }    } 	system(&quot;pause&quot;);	return 0;}      冯玉莹</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766700</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:50:35 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766700</guid>
      </item>
      <item>
         <title>吴泽民   </title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766712</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>#include &lt;windows.h&gt;<br>int main()<br>{<br>	<br>    int a=1,b=5,c;<br>    printf("请输入几分钟的倒计时");<br>    scanf("%d",&amp;a);<br>    a--;<br>    c=9;<br>    while(a&gt;=0)<br>  {<br>      while(b&gt;0)<br>    {<br>          c=9;<br>            while(c&gt;=0)<br>   <br>        {<br>         Sleep(1000);    <br>         system("cls");<br>         printf("%d:%d %d",a,b,c);<br>         c=c-1;<br>        }<br>            b=b-1;<br>      }<br>        a=a-1;<br>        b=5;<br>    }<br>	system("pause");<br>	return 0;<br>}<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:50:37 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766712</guid>
      </item>
      <item>
         <title>#include &lt;stdio.h&gt;#include &lt;stdlib.h&gt;#include &lt;windows.h&gt;int main(){    int a,b,c;    printf(&quot;请输入你所需要的倒计时\n&quot;);    scanf(&quot;%d&quot;,&amp;a);	a--;	{		while(a&gt;=0)		{			    b=5;				while(b&gt;=0) 				{						c=9;						while(c&gt;=0)						{							Sleep(1000);							system(&quot;cls&quot;);							printf(&quot;%d:%d %d\n&quot;,a,b,c);							c--;						}				 b--;		        }		  a--;		}	}        system(&quot;pause&quot;);        return 0;}常莉</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766778</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:50:50 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766778</guid>
      </item>
      <item>
         <title>#include #include #include int main(){	printf(&quot;2:0 0\n&quot;);    int a,b,c;    a=1,b=5,c;	   while(a&gt;=0)       {		while(b&gt;=0)		{			c=9;			while(c&gt;=0)			{				Sleep(1000);				system(&quot;cls&quot;);				printf(&quot;%d:%d %d&quot;,a,b,c);			c=c-1;			}			b=b-1;		}          a=a-1;          b=5;       }                        	system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766874</link>
         <description><![CDATA[<div>&nbsp;                                           卫乐华</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:51:14 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766874</guid>
      </item>
      <item>
         <title>赵志豪</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766877</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>#include &lt;windows.h&gt;<br>int main()<br>{ &nbsp; int a,b=5,c;<br>	printf("请输入倒计时的分钟数：\n");<br>&nbsp; &nbsp; scanf("%d",&amp;a);<br>&nbsp; &nbsp; printf("您好，你输入的是%d分钟\n倒计时开始10秒后开始\n%d:00\n",a,a);<br>&nbsp; &nbsp; Sleep(10000);<br>&nbsp; &nbsp; a--;<br>&nbsp; &nbsp; &nbsp;while(a&gt;=0)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp;b=5;<br>&nbsp; &nbsp; while(b&gt;=0)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; c=9;<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; while(c&gt;=0)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; Sleep(1000);<br>&nbsp; &nbsp; system("cls");<br>&nbsp; &nbsp; printf("%d:%d %d",a,b,c);<br>&nbsp; &nbsp; c=c-1;<br>&nbsp; &nbsp;&nbsp;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; b=b-1;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; a=a-1;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp;&nbsp;<br>	system("pause");<br>	return 0;<br>}<br><br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:51:15 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766877</guid>
      </item>
      <item>
         <title>   郑蔚</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766975</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>#include &lt;windows.h&gt;<br><br>int main()<br>{<br>&nbsp;int a,b,c;<br>printf("你需要几小时的倒计时？")；<br>scanf("%d",&amp;x);<br>x--;<br>&nbsp; &nbsp; while(x&gt;=0)<br>&nbsp; &nbsp; {<br>a=60<br>a--;<br>&nbsp;while(a&gt;=0)<br>{<br>&nbsp;b=5;<br>&nbsp;while(b&gt;=0)<br>&nbsp;{<br>&nbsp;c=9;<br>&nbsp;while(c&gt;=0)<br>&nbsp;{<br>&nbsp;Sleep(1000);<br>&nbsp;system("cls");<br>&nbsp;printf("%d%d:%d %d\n",x,a,b,c);<br>&nbsp;c--;<br>&nbsp; &nbsp; &nbsp; &nbsp;}<br>&nbsp; &nbsp; &nbsp; &nbsp;b--;<br>&nbsp; &nbsp; }<br>&nbsp; &nbsp; a--;<br>&nbsp; &nbsp; }<br>x--;<br>}<br>&nbsp;system("pause");<br>&nbsp;return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:51:41 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210766975</guid>
      </item>
      <item>
         <title>辛菘</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210767017</link>
         <description><![CDATA[<div>printf("倒计时的分钟数");<br>    int a,b=5,c=9,d;<br>    scanf("%d",&amp;a);<br>    a--;<br>    while(a&gt;=0)<br>    {   <br>        b=5; <br>		while(b&gt;=0)<br>		{<br>            c=9;  <br>			while(c&gt;=0)<br>			{<br>			Sleep(1000);<br>			system("cls");<br>            if(a&lt;60)<br>			{<br>            printf("%d:%d %d",a,b,c);<br>			c=c-1;<br>            }<br>            else if(a&gt;=60)<br>            {<br>            printf("%d:%d:%d %d",d,a,b,c);<br>            d=a/60;<br>			c=c-1;<br>            }<br>			}<br>		 b=b-1;   <br>		}<br>     a=a-1;   <br>    }    </div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:51:50 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210767017</guid>
      </item>
      <item>
         <title>int a,b=5,c=9;    printf(&quot;请问你想几分钟&quot;);    scanf(&quot;%d&quot;,&amp;a);       while(a&gt;=0)    {       b=5;       while(b&gt;=0)          {          c=9;          while(c&gt;=0)              {               Sleep(100);               system(&quot;cls&quot;);               printf(&quot;%d:%d %d&quot;,a,b,c);               c--;              }              b=b-1;          }          a=a-1;    }     	system(&quot;pause&quot;);	return 0;</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210767079</link>
         <description><![CDATA[<div>李瑞</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:52:03 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210767079</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210767123</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:52:10 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210767123</guid>
      </item>
      <item>
         <title>int main(){    int a,b,c,d;    printf(&quot;输入任意时间来求倒计时，格式：小时，分，秒\n&quot;);       scanf(&quot;%d%d%d&quot;,&amp;a,&amp;b,&amp;c);     if(b&gt;60&amp;c=60)     {printf(&quot;输入错误\n&quot;);}      else{         while(a&gt;=0)  {	  while(b&gt;=0)	  {			   while(c&gt;=1)			   {				//等待				Sleep(100);				 system(&quot;cls&quot;);								//清屏				printf(&quot;%d:%d %d\n&quot;,a,b,--c);			   }			   b--;			   c=60;		}a--;		b=59;	  }      }</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210767260</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:52:44 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210767260</guid>
      </item>
      <item>
         <title>胡少</title>
         <author>hu_shao_hua</author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210767338</link>
         <description><![CDATA[<div>#include &lt;stdio.h&gt;<br>#include &lt;stdlib.h&gt;<br>#include &lt;windows.h&gt;<br>int main()<br>{<br>&nbsp; &nbsp; int x,a,b,c;<br>&nbsp; &nbsp; printf("你需要几小时倒计时？");<br>&nbsp; &nbsp; scanf("%d",&amp;x);<br>&nbsp; &nbsp; x--;<br>&nbsp; &nbsp; while(x&gt;=0)<br>&nbsp; &nbsp; {<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; a=60;<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; a--;<br>			while(a&gt;=0)<br>			{<br>					b=5;<br>					while(b&gt;=0)<br>					{<br>							c=9;<br>							while(c&gt;=0)<br>							{<br>									Sleep(1);<br>									system("cls");<br>									printf("%d:%d:%d %d",x,a,b,c);<br>									c=c-1;<br>							}<br>							b=b-1;<br>					}<br>					a=a-1;<br>			}<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; x=x-1;<br>&nbsp; &nbsp; }<br>	system("pause");<br>	return 0;<br>&nbsp;}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:53:04 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210767338</guid>
      </item>
      <item>
         <title>吴尚峰</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210767526</link>
         <description><![CDATA[<div>int main()<br>{<br>&nbsp; &nbsp; int a,b,c,d;<br>&nbsp; &nbsp; printf("输入任意时间来求倒计时，格式：小时，分，秒\n");<br>&nbsp; &nbsp; &nbsp; &nbsp;scanf("%d%d%d",&amp;a,&amp;b,&amp;c);<br>&nbsp; &nbsp; &nbsp;if(b&gt;60&amp;c=60)<br>&nbsp; &nbsp; &nbsp;{printf("输入错误\n");}&nbsp;<br>&nbsp; &nbsp; &nbsp;else{&nbsp;<br>&nbsp; &nbsp; &nbsp; &nbsp;<br>&nbsp;while(a&gt;=0)<br>&nbsp; {<br>	&nbsp; while(b&gt;=0)<br>	&nbsp; {<br>			&nbsp; &nbsp;while(c&gt;=1)<br>			&nbsp; &nbsp;{<br>				//等待<br>				Sleep(100);<br>				 system("cls");<br>				<br>				//清屏<br>				printf("%d:%d %d\n",a,b,--c);<br>			&nbsp; &nbsp;}<br>			&nbsp; &nbsp;b--;<br>			&nbsp; &nbsp;c=60;<br>		}a--;<br>		b=59;<br>	&nbsp; }<br>&nbsp;<br>&nbsp; &nbsp; &nbsp;}</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:53:56 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210767526</guid>
      </item>
      <item>
         <title>#include #include #include int main(){	int a,b,c;    printf(&quot;请输入倒计时\n&quot;);    scanf(&quot;%d%d&quot;,&amp;a,&amp;b);    while(a&gt;=0)       {    while(b&gt;=0)    {    c=60;    while(c&gt;=1){Sleep(100);//等待system(&quot;cls&quot;);//清屏printf(&quot;%d:%d:%d\n&quot;,a,b,--c);}b--;b=59;}a--;}	system(&quot;pause&quot;);	return 0;}</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210767639</link>
         <description><![CDATA[<div>覃炳苍</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 07:54:26 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210767639</guid>
      </item>
      <item>
         <title>陈锡泓</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210770420</link>
         <description><![CDATA[<div><br>{<br>    int a,b=5,c;<br>    printf("你需要几分钟倒计时");<br>    scanf("%d",&amp;a);<br>    while(a&gt;=0)<br>    {<br>          while(b&gt;=0)<br>	   {<br>    	 c=9;<br>          while(c&gt;=0)<br>       <br>		{<br>          Sleep(100);        <br>        system("cls");<br>		printf("%d:%d %d",a,b,c);<br>        c=c-1;<br>     }<br>      b=b-1;<br>       }<br>    a=a-1;<br>    b=5;<br>    <br>    }<br>  <br>	system("pause");<br>	return 0;<br>}<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 08:06:50 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210770420</guid>
      </item>
      <item>
         <title>int k,iSum=10;    scanf(&quot;%d&quot;,&amp;k);    do    {    iSum=iSum*k;    k++;    }while(k&lt;=10);    printf(&quot;数字是%d&quot;,iSum);    	system(&quot;pause&quot;);	return 0;</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210774484</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 08:24:07 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210774484</guid>
      </item>
      <item>
         <title>张晓伟</title>
         <author></author>
         <link>https://padlet.com/7241963/z2xk79zvv6xf/wish/210774861</link>
         <description><![CDATA[<div>int a=59,b=5,c=9,d=23,e=364;<br>&nbsp; &nbsp; printf("你需要几天倒计时？");<br>&nbsp; &nbsp; scanf("%d",&amp;e);<br>&nbsp; &nbsp; e--;<br>&nbsp; &nbsp; while(e&gt;=0)<br>&nbsp; &nbsp; {<br>&nbsp;a=59;<br>&nbsp;b=5;<br>&nbsp;c=9;<br>&nbsp;d=23;<br>&nbsp;while(d&gt;=0)<br>&nbsp;{<br>&nbsp;a=59;<br>&nbsp;b=5;<br>&nbsp;c=9;<br>&nbsp;while(a&gt;=0)<br>&nbsp;{<br>&nbsp;b=5;<br>&nbsp;c=9;<br>&nbsp;while(b&gt;=0)<br>&nbsp;{<br>&nbsp;c=9;<br>&nbsp;while(c&gt;=0)<br>&nbsp;{<br>&nbsp;Sleep(1000);<br>&nbsp;system("cls");<br>&nbsp;printf("距倒计时结束还有：%d天:%d时:%d分:%d %d秒",e,d,a,b,c--);<br>&nbsp;}<br>&nbsp;b=b-1;&nbsp; &nbsp;<br>&nbsp;}<br>&nbsp;a=a-1;<br>&nbsp;<br>&nbsp;}<br>&nbsp;d=d-1;<br>&nbsp;}<br>&nbsp;e=e-1;<br>&nbsp; &nbsp; }</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-11-28 08:25:23 UTC</pubDate>
         <guid>https://padlet.com/7241963/z2xk79zvv6xf/wish/210774861</guid>
      </item>
   </channel>
</rss>
