#A1485. 文件 IO 测试
文件 IO 测试
【题目描述】
求两个整数的和。 特别的,需要你从文件 "a+b.in" 中输入,从文件 "a+b.out" 中输出。
【输入】
一行,两个用空格隔开的整数。
【输出】
两个整数的和。
【输入样例】
1 2
【输出样例】
3
Related
In following contests:
求两个整数的和。 特别的,需要你从文件 "a+b.in" 中输入,从文件 "a+b.out" 中输出。
一行,两个用空格隔开的整数。
两个整数的和。
1 2
3
In following contests:
By signing up a ZXOJ universal account, you can submit code and join discussions in all online judging services provided by us.