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:31TudyMTudyMScore: 25,481Success
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:3225,255851,501,911810,459,00022,984,0002,531,328
2Apr 29, 2026 14:3225,264853,243,332808,733,00024,991,0002,535,424
3Apr 29, 2026 14:3225,303851,521,485810,031,00025,000,0002,338,816
4Apr 29, 2026 14:3225,333852,379,273808,004,00028,000,0002,543,616
5Apr 29, 2026 14:3225,481859,340,443818,877,00021,996,0002,531,328
6Apr 29, 2026 14:3225,737868,939,637825,345,00023,980,0002,531,328
7Apr 29, 2026 14:3225,795872,706,307825,273,00025,977,0002,539,520
8Apr 29, 2026 14:3225,834871,581,289830,538,00021,987,0002,555,904
9Apr 29, 2026 14:3226,121883,309,467837,017,00025,000,0002,523,136