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 02:36olliecrowolliecrowScore: 11,313Success
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 02:3911,229399,212,655356,559,00013,982,0002,396,160
2Mar 22, 2026 02:3611,260401,859,389355,592,00015,981,0002,469,888
3Mar 22, 2026 02:2911,267390,827,461354,819,00016,991,0002,412,544
4Mar 22, 2026 02:4511,294392,464,910354,712,00017,985,0002,314,240
5Mar 22, 2026 02:2911,302393,010,760357,977,00014,999,0002,412,544
6Mar 22, 2026 02:3911,305393,694,259357,070,00016,003,0002,416,640
7Mar 22, 2026 02:4511,313398,289,620353,325,00020,018,0002,412,544
8Mar 22, 2026 02:3911,350405,196,555357,577,00016,979,0002,420,736
9Mar 22, 2026 02:3611,353398,661,813358,651,00015,984,0002,465,792
10Mar 22, 2026 02:2911,461397,057,111367,213,00011,006,0002,412,544
11Mar 22, 2026 02:3611,743408,471,087370,547,00016,979,0002,383,872
12Mar 22, 2026 02:4511,978420,547,169381,278,00014,010,0002,408,448