Unique strings Sergey Svistunov

Count the exact number of unique tokens as fast as possible.

Input

One token per line on STDIN:

JWXcKKaWzvFL5
Rof
3ztCpA
5wHcGN
*UiEMthaTS*g

Output

Print the exact count of unique tokens to STDOUT.

Constraints

  • Character set: 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ@#%*
  • Maximum token length: 16
  • Approximately 1,000,000 unique tokens
Back to listApr 29, 2026 14:52TudyMTudyMScore: 24,826Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 14:5324,641835,746,770786,170,00027,005,0002,551,808
2Apr 29, 2026 14:5324,734837,520,900794,264,00021,979,0002,543,616
3Apr 29, 2026 14:5324,764837,519,012790,249,00026,974,0002,539,520
4Apr 29, 2026 14:5324,824838,218,658790,202,00029,007,0002,355,200
5Apr 29, 2026 14:5324,826836,390,675797,281,00021,980,0002,543,616
6Apr 29, 2026 14:5324,881838,780,227797,118,00023,973,0002,551,808
7Apr 29, 2026 14:5324,889838,180,619792,363,00028,976,0002,543,616
8Apr 29, 2026 14:5324,984843,633,853797,511,00026,983,0002,449,408
9Apr 29, 2026 14:5325,056842,186,728800,860,00025,995,0002,543,616