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 listFeb 11, 2026 19:17olliecrowolliecrowScore: 18,395Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 11, 2026 19:1718,298629,598,895577,835,00025,992,0002,502,656
2Feb 11, 2026 19:1718,326633,925,695578,777,00025,990,0002,277,376
3Feb 11, 2026 19:1718,343639,498,840579,301,00026,013,0002,457,600
4Feb 11, 2026 19:1718,393635,520,077581,973,00024,998,0002,453,504
5Feb 11, 2026 19:1718,395632,331,208582,043,00025,001,0002,277,376
6Feb 11, 2026 19:1718,448635,809,031584,782,00023,991,0002,449,408
7Feb 11, 2026 19:1718,470634,909,531586,520,00022,981,0002,277,376
8Feb 11, 2026 19:1718,482634,101,090583,897,00025,995,0002,465,792
9Feb 11, 2026 19:1718,499639,698,016586,474,00023,978,0002,408,448