Problem Description

Input has lines like KEY=VALUE. Ignore empty lines and lines starting with #. Print number of keys stored.

Input Format

Multiple lines.

Output Format

One integer count.

Sample Test Case

Input:
# comment PORT=3000 NAME=MyApp DEBUG=true
Output:
3

Constraints

Total text

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next