akshitagit / akshitagit/JavaScript

Sum without '+'

Aberta
#2 2 comentários 0 reações 0 responsáveis Ver no GitHub
Beginner dailycode
Linguagem predominante
JavaScript
Estrelas
90
Forks
106
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

Calculate the sum of two integers a and b, but you are not allowed to use the operator + and -
Input Format

Input two integers a and b
Constraints

Use of "+" and "-" operators are not allowed
Output Format

Print the sum of a and b
Sample Input

2
-1

Sample Output

1

Explanation

Sum of 2 and -1 is 1

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.