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 27, 2026 13:23limanjun99limanjun99Score: 9,154Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 27, 2026 13:249,086316,281,753284,866,00014,992,0002,347,008
2Apr 27, 2026 13:249,101319,662,896286,322,00014,015,0002,531,328
3Apr 27, 2026 13:249,132321,901,873287,363,00014,017,0002,527,232
4Apr 27, 2026 13:249,141320,907,704286,677,00014,983,0002,523,136
5Apr 27, 2026 13:249,154319,345,367287,085,00015,004,0002,527,232
6Apr 27, 2026 13:249,175321,913,162287,803,00014,989,0002,523,136
7Apr 27, 2026 13:249,201325,501,531287,681,00015,982,0002,527,232
8Apr 27, 2026 13:249,205320,630,941287,778,00015,987,0002,330,624
9Apr 27, 2026 13:249,390329,621,465293,897,00015,994,0002,535,424