8414: freopen 使用测试(sum)
[Creator : ]
Time Limit : 1.000 sec Memory Limit : 256 MiB
Description
完成 a+b 问题。
但是本题需要使用 freopen() 提交。对应的文件名为 sum.in 和 sum.out。
但是本题需要使用 freopen() 提交。对应的文件名为 sum.in 和 sum.out。
Input
一行输入两个整数 $a,b\ (10^{-9} \leq a,b\leq 10^9)$。
Output
一行一个整数,表示答案。
Sample 1 Input
1 3
Sample 1 Output
4
Sample 2 Input
5 -8
Sample 2 Output
-3
Sample 3 Input
-8 -10
Sample 3 Output
-18