MakerLab Juniors - Read and Divide by Three

View as PDF

Submit solution

Points: 3
Time limit: 1.0s
Memory limit: 16M

Author:
Problem types
Allowed languages
Blockly, C, C++, Java, Pascal, Python
Read and Divide by Three

Read a single-digit number from the input and print its one-third value to the output.

Examples

input

3

output

1

input

6

output

2

input

180

output

60

Comments