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 22, 2026 04:58olliecrowolliecrowScore: 15,090Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 22, 2026 04:5914,910509,118,476483,042,0009,000,0002,375,680
2Apr 22, 2026 04:5914,983509,040,419483,483,00010,988,0002,551,808
3Apr 22, 2026 04:5915,003512,138,500485,119,00010,002,0002,543,616
4Apr 22, 2026 04:5915,005511,009,008485,204,0009,983,0002,539,520
5Apr 22, 2026 04:5915,090517,296,566489,001,0009,000,0002,326,528
6Apr 22, 2026 04:5915,093520,790,052490,080,0008,001,0002,535,424
7Apr 22, 2026 04:5915,095514,060,241489,149,0009,002,0002,535,424
8Apr 22, 2026 04:5915,121522,657,042490,015,0009,000,0002,551,808
9Apr 22, 2026 04:5915,133516,975,028488,423,00010,987,0002,543,616