B005


Submit solution

Points: 100
Time limit: 1.0s
Memory limit: 493M

Problem type

Cho 2 số nguyên \(𝑎\) và \(𝑏\). Tính \(𝑎 + 𝑏\)

Dữ liệu vào: Hai số \(𝑎\) và \(𝑏\) . Giới hạn: \(|𝑎|, |𝑏| ≤ 10^18\)

Kết quả: giá trị của \(𝑎 + 𝑏\)

Sample Input

10 5

Sample Output

15

Comments

There are no comments at the moment.