
阿里题库
22至24年期间美团机考题库。可在线评测做题,每道题都包含了思路讲解,并附带C++、Python或Java的代码样例。
需要手动开通,请联系
塔子哥
进行开通!
购买全站会员

- 题库介绍
- 题目目录
- 使用指南
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.