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 27, 2026 14:52limanjun99limanjun99Score: 5,856Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 27, 2026 14:535,816211,938,132176,963,00014,996,0002,531,328
2Apr 27, 2026 14:535,834213,215,796178,496,00014,039,0002,531,328
3Apr 27, 2026 14:535,839210,685,115177,728,00014,977,0002,510,848
4Apr 27, 2026 14:535,852213,233,820178,119,00015,010,0002,527,232
5Apr 27, 2026 14:535,856211,312,494179,239,00014,018,0002,527,232
6Apr 27, 2026 14:535,871213,200,128177,769,00015,979,0002,531,328
7Apr 27, 2026 14:535,873209,137,868177,832,00015,984,0002,535,424
8Apr 27, 2026 14:535,878211,332,437177,983,00015,998,0002,531,328
9Apr 27, 2026 14:535,882207,728,700179,123,00015,010,0002,527,232