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 26, 2026 07:58limanjun99limanjun99Score: 6,847Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 26, 2026 07:596,820245,150,974210,077,00015,005,0002,531,328
2Apr 26, 2026 07:596,835239,954,039211,606,00013,974,0002,347,008
3Apr 26, 2026 07:596,841239,787,652210,789,00014,985,0002,347,008
4Apr 26, 2026 07:596,842242,036,249210,811,00014,986,0002,535,424
5Apr 26, 2026 07:596,847249,446,315211,962,00013,997,0002,519,040
6Apr 26, 2026 07:596,859244,191,183212,353,00014,023,0002,527,232
7Apr 26, 2026 07:596,881245,405,693213,088,00014,005,0002,326,528
8Apr 26, 2026 07:596,885244,806,685213,205,00014,013,0002,531,328
9Apr 26, 2026 07:596,898247,428,611210,682,00016,974,0002,527,232