Submeter | Todas submissőes | Melhores | Voltar |
Problem hidden
TESTSTRX - Addition of 2 integers |
Given 2 integers A and B, print their sum, you will need to solve T test cases.
Input
The first line contains an integer T, the next T lines of input each contains 2 integers A and B.
Output
For each test, output A + B on a new line.
Constraints
1 ≤ T ≤ 100
0 ≤ A, B ≤ 10000
Example
Input: 3 1 2 3 4 10 10 Output: 3 7 20
Adicionado por: | OuiOuiBaguette |
Data: | 2024-07-27 |
Tempo limite: | 1s |
Tamanho do fonte: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Linguagem permitida: | Todas exceto: ASM64 CLOJURE ERL FSHARP PERL6 PY_NBC SCALA TCL |