Problem Description

Use PassThrough to tap into a stream and count bytes.

Input Format

stdin: any text.

Output Format

Print integer bytes.

Sample Test Case

Input:
meetcode
Output:
7

Constraints

Count bytes flowing through.

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next