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:27TudyMTudyMScore: 27,047Success
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:2826,743902,770,234846,554,00035,981,0002,555,904
2Apr 29, 2026 14:2826,887906,170,617852,316,00034,971,0002,502,656
3Apr 29, 2026 14:2826,909905,760,823849,998,00037,999,0002,498,560
4Apr 29, 2026 14:2826,963909,968,438856,806,00032,992,0002,498,560
5Apr 29, 2026 14:2827,047909,433,237862,577,00029,985,0002,555,904
6Apr 29, 2026 14:2827,070912,976,865863,365,00029,977,0002,498,560
7Apr 29, 2026 14:2827,268922,083,379866,859,00032,994,0002,494,464
8Apr 29, 2026 14:2827,429920,090,642866,224,00038,965,0002,293,760
9Apr 29, 2026 14:2827,486926,857,216873,105,00033,965,0002,371,584