-->
当前位置:首页 > 题库 > 正文内容

编程题:Output two integers

Luz3年前 (2021-10-18)题库800
The question asks for 2 integers, then you suppose to output them.
### Input Specification:

Input two integers (A, B) in a line. Separate them by a space.

### Output Specification:

The output is:

"The numbers are A and B"

(A, B are the numbers you input.) No space before or behind this sentence.

### Sample Input:


in
18 76


### Sample Output:

out
The numbers are 18 and 76







答案:若无答案欢迎评论

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。