两个吃奶一个添下面视频_人妻第一页香蕉网_欧美xxxx少妇_妺妺窝人体色www婷婷

Dotcpp  >  編程題庫  >  A+B for Input-Output Practice (I)
題目 1085:

A+B for Input-Output Practice (I)

時間限制: 2s 內(nèi)存限制: 128MB 提交: 18385 解決: 12205

題目描述

Your task is to Calculate a + b. Too easy?! Of course! I specially designed the problem for acm beginners. You must have found that some problems have the same titles with this one, yes, all these problems were designed for the same aim

輸入格式

The input will consist of a series of pairs of integers a and b, separated by a space, one pair of integers per line.

輸出格式

For each pair of input integers a and b you should output the sum of a and b in one line, and with one line of output for each line in input.

樣例輸入

1 5
10 20

樣例輸出

6
30

提示

零基礎(chǔ)同學(xué)可以先學(xué)習(xí)視頻課程,包含C/C++、Python、百練、藍橋杯輔導(dǎo)、算法數(shù)據(jù)結(jié)構(gòu)等課程,提供視頻講解以及配套習(xí)題,還有老師答疑,點擊這里了解課程詳情
標簽