首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

Another A+B,一道编程题

2013-09-18 
Another A+B,一道编程题求助题目是:Another A+BSpecial JudgeTime Limit: 1 SecMemory Limit: 128 MBSubmi

Another A+B,一道编程题求助
题目是:Another A+B

Special Judge
Time Limit: 1 Sec  Memory Limit: 128 MB
Submissions: 2544  Solved: 1034

Description
Give you an integer a, you are to find two another integers which sum is a.

Input
Multiply Cases.
For each line, there is an Integer a.

Output
For each test case, you should two Integers b and c, and b+c=a in each line.

Sample Input
10
11

Sample Output
1 9
3 8


[解决办法]
cout<<"Please enter the number."<<endl;
题目里叫你输出这个了?

热点排行