ZOJ/1001
From WikiTianyi
<
ZOJ
Jump to:
navigation
,
search
#include <cstdio>
using
namespace
std;
int
main
(
)
{
int
a,b;
while
(
!
feof
(
stdin
)
)
{
scanf
(
"%d %d
\n
"
,
&
a,
&
b
)
;
printf
(
"%d
\n
"
,a
+
b
)
;
}
return
0
;
}
Views
Page
Discussion
View source
History
Personal tools
Log in / create account
Navigation
Main Page
Recent changes
Random page
Search
Toolbox
What links here
Related changes
Special pages
Printable version
Permanent link