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 listMar 22, 2026 05:11olliecrowolliecrowScore: 10,029Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 22, 2026 05:1110,006347,978,941330,197,00002,482,176
2Mar 22, 2026 05:1110,018357,315,352324,611,0005,992,0002,478,080
3Mar 22, 2026 05:1110,020351,384,953325,672,0004,994,0002,318,336
4Mar 22, 2026 05:1110,023351,645,865324,779,0005,995,0002,342,912
5Mar 22, 2026 05:1110,029354,975,534325,945,0004,999,0002,318,336
6Mar 22, 2026 05:1110,057353,298,659325,872,0005,997,0002,301,952
7Mar 22, 2026 05:1110,058353,488,440325,919,0005,998,0002,478,080
8Mar 22, 2026 05:1110,115357,059,576327,790,0005,996,0002,297,856
9Mar 22, 2026 05:1110,116355,504,119328,826,0004,997,0002,342,912