Authors:
Problem types
Points: 800 Time limit: 1.0s Memory limit: 512M Input: stdin Output: stdout

Cho đoạn code sau:

       int s = 0; 
       for (int i = 0; i <= x; i++) s++;

Nhập \(x\) in ra giá trị \(s\) sau đoạn code trên.

Input

  • Gồm \(1\) số nguyên duy nhất là \(x\).

Output

  • Gồm \(1\) số nguyên duy nhất là \(s\).

Example

Test 1

Input
1 
Output
2

Comments (23)

Most recent
Loading comments...