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 29, 2026 14:34TudyMTudyMScore: 25,184Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 14:3525,022850,403,155797,760,00027,991,0002,535,424
2Apr 29, 2026 14:3525,122846,696,458805,026,00024,000,0002,351,104
3Apr 29, 2026 14:3525,135848,804,532807,497,00021,986,0002,514,944
4Apr 29, 2026 14:3525,172851,260,781804,691,00025,990,0002,498,560
5Apr 29, 2026 14:3525,184850,853,646803,084,00028,002,0002,543,616
6Apr 29, 2026 14:3525,189849,183,168808,273,00022,979,0002,523,136
7Apr 29, 2026 14:3525,252851,204,113810,350,00022,981,0002,490,368
8Apr 29, 2026 14:3525,263846,268,499811,717,00021,992,0002,514,944
9Apr 29, 2026 14:3525,285857,669,506809,447,00024,982,0002,531,328