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 23, 2026 19:15olliecrowolliecrowScore: 14,682Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 23, 2026 19:1614,595502,779,992472,669,0008,993,0002,543,616
2Apr 23, 2026 19:1614,606501,156,279472,016,00010,000,0002,551,808
3Apr 23, 2026 19:1614,649498,548,446473,441,0009,988,0002,547,712
4Apr 23, 2026 19:1614,677505,986,339474,342,00010,007,0002,543,616
5Apr 23, 2026 19:1614,682504,139,595475,540,0008,991,0002,539,520
6Apr 23, 2026 19:1614,720500,168,468475,788,0009,995,0002,367,488
7Apr 23, 2026 19:1614,804505,742,051478,551,0009,990,0002,379,776
8Apr 23, 2026 19:1614,880509,190,637482,040,0009,000,0002,322,432
9Apr 23, 2026 19:1614,911509,631,565483,078,0009,001,0002,543,616