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 07:26olliecrowolliecrowScore: 9,895Success
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 07:269,870348,098,451319,719,0005,994,0002,285,568
2Mar 22, 2026 07:269,878357,438,862319,983,0005,999,0002,478,080
3Mar 22, 2026 07:269,885347,395,522321,218,0005,003,0002,531,328
4Mar 22, 2026 07:269,886351,139,601321,249,0005,003,0002,535,424
5Mar 22, 2026 07:269,895352,405,643320,556,0005,991,0002,531,328
6Mar 22, 2026 07:269,908348,307,118320,980,0005,999,0002,473,984
7Mar 22, 2026 07:269,934354,045,618321,826,0005,996,0002,306,048
8Mar 22, 2026 07:269,960355,105,742322,686,0005,994,0002,469,888
9Mar 22, 2026 07:2610,002350,979,756324,073,0006,001,0002,347,008