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 11:21olliecrowolliecrowScore: 9,697Success
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 11:219,677347,247,053274,289,00045,047,0002,494,464
2Mar 22, 2026 11:219,677347,798,260274,303,00045,049,0002,494,464
3Mar 22, 2026 11:219,681346,117,264291,532,00027,955,0002,412,544
4Mar 22, 2026 11:219,693341,696,919280,874,00038,982,0002,519,040
5Mar 22, 2026 11:219,697346,764,751288,996,00030,999,0002,523,136
6Mar 22, 2026 11:219,703344,273,577287,169,00033,019,0002,523,136
7Mar 22, 2026 11:219,708349,283,732289,320,00031,034,0002,519,040
8Mar 22, 2026 11:219,724343,490,930284,903,00035,987,0002,412,544
9Mar 22, 2026 11:219,861350,430,466277,513,00047,916,0002,519,040