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:48TudyMTudyMScore: 24,947Success
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:4924,894838,603,768793,527,00027,983,0002,416,640
2Apr 29, 2026 14:4924,899837,916,291794,705,00026,990,0002,531,328
3Apr 29, 2026 14:4924,919843,193,577796,373,00025,979,0002,535,424
4Apr 29, 2026 14:4924,931838,239,167796,760,00025,992,0002,531,328
5Apr 29, 2026 14:4924,947841,239,593799,293,00023,978,0002,527,232
6Apr 29, 2026 14:4924,991845,862,264799,726,00024,991,0002,527,232
7Apr 29, 2026 14:4925,041845,535,352796,386,00029,976,0002,527,232
8Apr 29, 2026 14:4925,160849,679,021801,316,00028,975,0002,342,912
9Apr 29, 2026 14:4925,171853,335,969802,643,00028,022,0002,531,328