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 29, 2026 13:39TudyMTudyMScore: 29,290Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 13:4429,109983,685,546946,631,00013,994,0002,555,904
2Apr 29, 2026 13:4429,185984,855,911949,148,00013,987,0002,301,952
3Apr 29, 2026 13:4429,211980,367,998943,978,00019,999,0002,301,952
4Apr 29, 2026 13:4429,236977,244,944947,797,00016,996,0002,293,760
5Apr 29, 2026 13:4429,290985,731,354946,603,00019,991,0002,301,952
6Apr 29, 2026 13:4429,328990,121,928949,836,00017,996,0002,347,008
7Apr 29, 2026 13:4429,336988,521,217952,102,00016,001,0002,301,952
8Apr 29, 2026 13:4429,417995,917,125958,779,00011,997,0002,293,760
9Apr 29, 2026 13:4429,5881,000,223,179960,434,00015,990,0002,551,808