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 26, 2026 19:43olliecrowolliecrowScore: 14,920Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 26, 2026 19:4514,828508,497,428480,344,0009,006,0002,543,616
2Apr 26, 2026 19:4514,852509,669,816481,138,0009,002,0002,543,616
3Apr 26, 2026 19:4514,860507,614,530481,403,0009,007,0002,535,424
4Apr 26, 2026 19:4514,866509,189,983480,594,0009,991,0002,539,520
5Apr 26, 2026 19:4514,920509,656,949483,373,0009,006,0002,510,848
6Apr 26, 2026 19:4514,929508,190,659482,681,0009,993,0002,326,528
7Apr 26, 2026 19:4514,951512,219,330484,397,0009,007,0002,539,520
8Apr 26, 2026 19:4515,067516,694,744488,211,0009,003,0002,375,680
9Apr 26, 2026 19:4515,069514,752,579488,302,0009,005,0002,539,520