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 30, 2026 00:59olliecrowolliecrowScore: 15,004Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 30, 2026 01:0014,959514,955,206483,669,0009,993,0002,543,616
2Apr 30, 2026 01:0014,998512,343,384485,938,0008,998,0002,539,520
3Apr 30, 2026 01:0015,001511,699,968486,056,0009,001,0002,539,520
4Apr 30, 2026 01:0015,004514,849,738485,136,00010,002,0002,547,712
5Apr 30, 2026 01:0015,004518,572,714486,160,0009,002,0002,547,712
6Apr 30, 2026 01:0015,044516,611,674485,480,00010,988,0002,543,616
7Apr 30, 2026 01:0015,066514,329,540487,176,00010,003,0002,539,520
8Apr 30, 2026 01:0015,067514,779,860487,231,00010,004,0002,551,808
9Apr 30, 2026 01:0015,145521,575,411490,799,0008,996,0002,326,528