
tes6
22至24年期间美团机考题库。可在线评测做题,每道题都包含了思路讲解,并附带C++、Python或Java的代码样例。
购买人数:0🔥
- 题库介绍
- 题目目录
- 使用指南
Background
Special for beginners, ^_^
Description
Given two integers x and y, print the sum.
Format
Input
Two integers x and y, satisfying .
Output
One integer, the sum of x and y.
Samples
123 500
623
Limitation
1s, 1024KiB for each test case.
Background
Special for beginners, ^_^
Description
Given two integers x and y, print the sum.
Format
Input
Two integers x and y, satisfying .
Output
One integer, the sum of x and y.
Samples
123 500
623
Limitation
1s, 1024KiB for each test case.