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 28, 2026 14:46olliecrowolliecrowScore: 14,498Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 28, 2026 14:4714,440499,689,793467,536,0008,991,0002,535,424
2Apr 28, 2026 14:4714,445492,581,324467,717,0008,994,0002,551,808
3Apr 28, 2026 14:4714,461492,737,944468,212,0009,004,0002,539,520
4Apr 28, 2026 14:4714,494496,440,816469,312,0009,006,0002,330,624
5Apr 28, 2026 14:4714,498495,376,632468,457,0009,988,0002,367,488
6Apr 28, 2026 14:4714,506498,570,318469,734,0008,994,0002,330,624
7Apr 28, 2026 14:4714,525498,774,517469,369,0009,986,0002,322,432
8Apr 28, 2026 14:4714,537493,589,198471,734,0008,012,0002,555,904
9Apr 28, 2026 14:4714,541500,474,332469,871,0009,997,0002,539,520