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 24, 2026 07:33olliecrowolliecrowScore: 18,665Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 24, 2026 07:3318,578629,779,722604,101,0009,001,0002,416,640
2Apr 24, 2026 07:3318,581631,121,300604,184,0009,002,0002,420,736
3Apr 24, 2026 07:3318,642629,488,174606,211,0009,003,0002,416,640
4Apr 24, 2026 07:3318,647636,100,144605,382,0009,989,0002,416,640
5Apr 24, 2026 07:3318,665633,818,134606,946,0008,999,0002,412,544
6Apr 24, 2026 07:3318,752637,760,021609,851,0008,997,0002,408,448
7Apr 24, 2026 07:3318,762638,643,361610,150,0009,002,0002,412,544
8Apr 24, 2026 07:3318,773640,314,446609,525,0009,992,0002,416,640
9Apr 24, 2026 07:3319,002646,949,019618,083,0008,986,0002,416,640