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:38TudyMTudyMScore: 25,366Success
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:3925,079846,687,691802,626,00024,988,0002,527,232
2Apr 29, 2026 14:3925,161844,837,033802,357,00027,977,0002,527,232
3Apr 29, 2026 14:3925,204851,783,663813,754,00017,994,0002,531,328
4Apr 29, 2026 14:3925,292853,826,344805,677,00028,988,0002,531,328
5Apr 29, 2026 14:3925,366856,107,973806,126,00030,966,0002,535,424
6Apr 29, 2026 14:3925,369856,180,515812,193,00025,005,0002,531,328
7Apr 29, 2026 14:3925,427862,321,481815,131,00023,974,0002,535,424
8Apr 29, 2026 14:3925,570861,900,365815,852,00027,960,0002,527,232
9Apr 29, 2026 14:3925,983876,555,201827,465,00029,980,0002,535,424