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 listMay 5, 2026 14:05olliecrowolliecrowScore: 15,280Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 5, 2026 14:1314,874516,963,413482,276,0008,578,0002,539,520
2May 5, 2026 14:1315,078522,789,174488,065,0009,525,0002,527,232
3May 5, 2026 14:1315,079523,546,200489,092,0008,516,0002,527,232
4May 5, 2026 14:1315,101528,966,674489,168,0009,185,0002,523,136
5May 5, 2026 14:1315,280537,707,763495,491,0008,756,0002,535,424
6May 5, 2026 14:1315,282533,305,471494,571,0009,735,0002,527,232
7May 5, 2026 14:1315,307539,177,257495,919,0009,231,0002,535,424
8May 5, 2026 14:1315,524541,417,758503,043,0009,274,0002,531,328
9May 5, 2026 14:1315,727545,013,130509,470,0009,541,0002,539,520