对Output 的描述有语法错误
...you should two Integers ...(應該是少了個詞) ....and b+c=a...(不應并列) 可以改為: For each test case, you should print two integers b and c in each line, such that b + c = a.
ACM的题目就是这样,让你不明白它的意思就是他们的目的
是要用随机数做吗?b和c是随便取吗?
不是,只要顺便输出一组就对了, cin>>a; cout<<1<<" "<<a-1<<endl; 就可以了, 或者cout<<2<<" "<<a-2<<endl; 其实这个题目的就是让大家熟悉OJ的环境,不知道我这样会不会被管理员删掉,祝你们好运