Ví dụ 001

View as PDF




Problem type
Allowed languages
C#, C++, Clang, Clang++, Cobol, D, Groovy, Haskell, Java, JS, Kotlin, Lua, Node JS, ObjectiveC, OCaml, Output, PHP, Prolog, Pypy, Pypy 3, Python, Ruby, Rust, Scala, Scratch, Swift
Points: 100 (p) Time limit: 5.0s Memory limit: 256M Input: stdin Output: stdout

Tính tổng 2 số

Input

  • Dòng 1: số \(a\)
  • Dòng 1: số \(b\)

Output

  • Tổng của 2 số

Example

Test 1

Input
4
5
Output
9

Comments

There are no comments at the moment.