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 21, 2026 15:49olliecrowolliecrowScore: 20,883Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 21, 2026 15:5020,793703,860,479662,199,00023,971,0002,330,624
2Apr 21, 2026 15:5020,802703,290,676662,515,00023,982,0002,568,192
3Apr 21, 2026 15:5020,816710,610,097662,913,00024,033,0002,371,584
4Apr 21, 2026 15:5020,844706,273,355663,874,00023,995,0002,342,912
5Apr 21, 2026 15:5020,883706,500,446664,145,00025,005,0002,572,288
6Apr 21, 2026 15:5020,912706,458,642666,115,00024,004,0002,572,288
7Apr 21, 2026 15:5020,924709,787,595665,516,00024,981,0002,387,968
8Apr 21, 2026 15:5020,933706,904,129666,813,00023,993,0002,572,288
9Apr 21, 2026 15:5020,991708,422,703666,743,00025,990,0002,568,192