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 25, 2026 16:37olliecrowolliecrowScore: 11,836Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 25, 2026 16:3811,662406,736,082336,887,00047,984,0002,347,008
2Apr 25, 2026 16:3811,668406,368,771344,059,00041,007,0002,342,912
3Apr 25, 2026 16:3811,778405,554,807345,718,00042,964,0002,314,240
4Apr 25, 2026 16:3811,824412,233,961351,202,00039,022,0002,314,240
5Apr 25, 2026 16:3811,836409,869,242343,654,00046,952,0002,322,432
6Apr 25, 2026 16:3811,846408,227,428350,931,00039,992,0002,322,432
7Apr 25, 2026 16:3811,868408,414,514346,710,00044,962,0002,314,240
8Apr 25, 2026 16:3811,869406,810,472342,729,00048,961,0002,314,240
9Apr 25, 2026 16:3811,930419,122,550353,742,00039,970,0002,363,392