编程题:Output two integers
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
答案:若无答案欢迎评论
### 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
答案:若无答案欢迎评论