阿里题库 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 0x,y327670\leq x,y\leq 32767 .

Output

One integer, the sum of x and y.

Samples

123 500
623

Limitation

1s, 1024KiB for each test case.

2024年9月26日-阿里云(研发)

Open

Problem Difficulty through_rate video solution
困难 2/8 ▶️
 

Background

Special for beginners, ^_^

Description

Given two integers x and y, print the sum.

Format

Input

Two integers x and y, satisfying 0x,y327670\leq x,y\leq 32767 .

Output

One integer, the sum of x and y.

Samples

123 500
623

Limitation

1s, 1024KiB for each test case.