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 22:29TudyMTudyMScore: 33,524Success
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 22:3433,3341,115,933,1711,086,051,00013,987,0002,510,848
2Apr 27, 2026 22:3433,3671,118,755,0061,084,147,00016,986,0002,293,760
3Apr 27, 2026 22:3433,4201,123,019,0341,084,894,00017,981,0002,293,760
4Apr 27, 2026 22:3433,4561,121,991,3111,089,061,00014,987,0002,555,904
5Apr 27, 2026 22:3433,5241,126,853,5671,091,321,00014,990,0002,289,664
6Apr 27, 2026 22:3433,5561,125,229,9761,090,375,00016,974,0002,306,048
7Apr 27, 2026 22:3433,5561,125,308,3001,091,386,00015,976,0002,551,808
8Apr 27, 2026 22:3433,6271,129,958,1251,096,734,00012,985,0002,564,096
9Apr 27, 2026 22:3433,8941,137,988,3021,098,536,00019,973,0002,306,048