|
<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> |
|