Ví dụ 001

View as PDF




Author:
Problem types
Allowed languages
C#, C++, Clang, Clang++, Cobol, D, Groovy, Haskell, JS, Java, Kotlin, Lua, Node JS, OCaml, ObjectiveC, Output, PHP, Prolog, Pypy, Pypy 3, Python, Ruby, Rust, Scala, Scratch, Swift
Points: 800 (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 (16)

Most recent
Loading comments...