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 14:36TudyMTudyMScore: 25,139Success
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 14:3724,940841,536,789794,050,00029,001,0002,453,504
2Apr 29, 2026 14:3725,000846,889,502805,014,00020,000,0002,514,944
3Apr 29, 2026 14:3725,097850,525,581801,238,00026,974,0002,555,904
4Apr 29, 2026 14:3725,129853,309,945800,295,00028,974,0002,334,720
5Apr 29, 2026 14:3725,139851,063,091807,621,00021,989,0002,564,096
6Apr 29, 2026 14:3725,277855,246,376807,200,00026,973,0002,347,008
7Apr 29, 2026 14:3725,309862,985,243807,191,00028,006,0002,527,232
8Apr 29, 2026 14:3725,558867,231,697817,449,00025,982,0002,551,808
9Apr 29, 2026 14:3725,669865,334,241821,124,00025,972,0002,539,520