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 00:43olliecrowolliecrowScore: 11,777Success
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 00:4411,612398,212,026345,184,00038,020,0002,334,720
2Apr 27, 2026 00:4411,627403,189,942339,639,00044,082,0002,473,984
3Apr 27, 2026 00:4411,752405,525,854347,864,00039,984,0002,306,048
4Apr 27, 2026 00:4411,769404,502,618341,335,00047,046,0002,314,240
5Apr 27, 2026 00:4411,777404,640,993346,700,00041,963,0002,314,240
6Apr 27, 2026 00:4411,791406,357,513352,114,00037,012,0002,326,528
7Apr 27, 2026 00:4411,803409,814,792339,582,00049,938,0002,301,952
8Apr 27, 2026 00:4411,810405,516,997348,763,00040,972,0002,322,432
9Apr 27, 2026 00:4411,840412,342,655351,766,00038,974,0002,318,336