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 16:27Mehdi-Dehghan-FooladiMehdi-Dehghan-FooladiScore: 15,845Success
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 16:2815,721542,761,354513,811,0004,998,0002,527,232
2Apr 28, 2026 16:2815,727537,046,649515,013,0004,000,0002,510,848
3Apr 28, 2026 16:2815,753542,953,275514,851,0004,998,0002,519,040
4Apr 28, 2026 16:2815,831539,536,092518,451,0003,995,0002,514,944
5Apr 28, 2026 16:2815,845543,496,958517,888,0004,998,0002,523,136
6Apr 28, 2026 16:2815,845539,190,275517,904,0004,999,0002,351,104
7Apr 28, 2026 16:2815,956542,748,753519,562,0006,994,0002,519,040
8Apr 28, 2026 16:2815,963544,443,019520,810,0005,997,0002,519,040
9Apr 28, 2026 16:2816,017546,048,193522,589,0005,995,0002,514,944