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 29, 2026 14:23olliecrowolliecrowScore: 11,893Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 14:2511,794408,784,176352,198,00037,020,0002,547,712
2Apr 29, 2026 14:2511,813406,077,442349,860,00039,984,0002,441,216
3Apr 29, 2026 14:2511,854410,585,969346,162,00045,021,0002,379,776
4Apr 29, 2026 14:2511,888411,782,137347,298,00045,038,0002,539,520
5Apr 29, 2026 14:2511,893413,907,851352,531,00039,946,0002,547,712
6Apr 29, 2026 14:2511,897411,577,323349,654,00042,957,0002,547,712
7Apr 29, 2026 14:2511,897409,033,996353,645,00038,960,0002,314,240
8Apr 29, 2026 14:2511,924415,086,556347,455,00046,060,0002,535,424
9Apr 29, 2026 14:2511,946414,358,407358,199,00036,020,0002,547,712