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 28, 2026 19:36olliecrowolliecrowScore: 78,287Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 28, 2026 19:3777,6712,579,222,8502,545,153,00017,994,0002,383,872
2Apr 28, 2026 19:3778,0762,592,447,3462,555,528,00020,987,0002,482,176
3Apr 28, 2026 19:3778,0822,597,184,1742,557,727,00018,997,0002,469,888
4Apr 28, 2026 19:3778,2632,603,513,3902,557,713,00024,987,0002,494,464
5Apr 28, 2026 19:3778,2872,599,224,8632,562,499,00020,995,0002,486,272
6Apr 28, 2026 19:3778,4642,610,459,8962,560,338,00028,992,0002,379,776
7Apr 28, 2026 19:3778,6682,616,583,5582,571,067,00024,981,0002,490,368
8Apr 28, 2026 19:3778,6812,615,619,2412,573,504,00022,986,0002,379,776
9Apr 28, 2026 19:3778,7442,614,668,8452,578,583,00019,989,0002,469,888