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 28, 2026 21:28Mehdi-Dehghan-FooladiMehdi-Dehghan-FooladiScore: 15,914Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 28, 2026 21:2915,713539,875,930499,557,00018,983,0002,379,776
2Apr 28, 2026 21:2915,723538,564,722499,888,00018,995,0002,453,504
3Apr 28, 2026 21:2915,726535,173,416498,982,00019,999,0002,387,968
4Apr 28, 2026 21:2915,893542,785,478505,493,00018,980,0002,392,064
5Apr 28, 2026 21:2915,914543,511,966508,174,00017,005,0002,383,872
6Apr 28, 2026 21:2915,963549,029,434508,803,00017,993,0002,392,064
7Apr 28, 2026 21:2916,003549,461,482509,135,00018,967,0002,392,064
8Apr 28, 2026 21:2916,011545,007,992507,411,00020,975,0002,383,872
9Apr 28, 2026 21:2916,063547,352,065511,121,00018,967,0002,387,968