红月亮 发表于 2005-5-22 20:01

红月亮 发表于 2005-5-22 20:02

红月亮 发表于 2005-5-22 20:04

红月亮 发表于 2005-5-22 20:37

asp 发表于 2005-5-24 08:23

<P>你好像知道的挺多的嘛</P>

发表于 2005-5-24 18:35

发表于 2005-5-24 18:37

发表于 2005-5-25 11:58

笨笨啊 发表于 2005-5-27 08:20

<CENTER><FONT color=blue size=+2>A+B Problem</FONT></CENTER>
<HR>

<CENTER><FONT color=green>Time limit:</FONT> 1 Seconds   <FONT color=green>Memory limit: </FONT>32768K   </FONT><BR><FONT color=green>Total Submit:</FONT> 40574   <FONT color=green>Accepted Submit:</FONT> 15362   </CENTER>
<HR>
<BR>Calculate a + b
<H2 #1a5cc8">Input</H2>The input will consist of a series of pairs of integers a and b,separated by a space, one pair of integers per line.
<H2 #1a5cc8">Output</H2>For each pair of input integers a and b you should output the sum of a and b in one line,and with one line of output for each line in input.
<H2 #1a5cc8">Sample Input</H2><PRE>1 5</PRE>
<H2 #1a5cc8">Sample Output</H2><PRE>6</PRE>
<H2 #1a5cc8">Hint</H2>
<P>Use + operator<BR></P>
<P>不会吧?这种题目也有?</P>

笨笨啊 发表于 2005-5-27 08:22

<CENTER><FONT color=blue size=+2>Clock</FONT></CENTER>
<HR>

<CENTER><FONT color=green>Time limit:</FONT> 1 Seconds   <FONT color=green>Memory limit: </FONT>32768K   </FONT><BR><FONT color=green>Total Submit:</FONT> 1501   <FONT color=green>Accepted Submit:</FONT> 501   </CENTER>
<HR>

<P>You are given a standard 12-hour clock with analog display, an hour hand and a minute hand. How many times does the minute hand pass the hour hand in a given time interval? </P>
<P>Sample Input</P><PRE>12 5012
383 20
2 45 110
1103 20
12 12 50
3 2038
</PRE>
<P>Sample Output</P><PRE>Program 3 by team X
Initial timeFinal timePasses
       12:50       01:02       0
       03:08       03:20       1
       02:45       11:00       8
       11:00       03:20       4
       01:02       12:50      11
       03:20       03:08      10
End of program 3 by team X
</PRE><PRE> </PRE><PRE>这题目也简单,随机找了几个,下面的是不是难度加大的?</PRE>
页: [1] 2
查看完整版本: ACM程序设计大赛简介