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 00:19olliecrowolliecrowScore: 13,216Success
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 00:2213,172450,126,520419,718,00014,989,0002,490,368
2Apr 22, 2026 00:2213,194443,197,420419,449,00015,979,0002,416,640
3Apr 22, 2026 00:2213,203444,409,428423,738,00011,992,0002,379,776
4Apr 22, 2026 00:2213,208456,356,820418,877,00016,995,0002,465,792
5Apr 22, 2026 00:2213,216444,628,856424,156,00012,004,0002,576,384
6Apr 22, 2026 00:2213,219443,674,916419,221,00017,008,0002,461,696
7Apr 22, 2026 00:2213,227443,976,568423,508,00012,984,0002,490,368
8Apr 22, 2026 00:2213,237445,442,089422,857,00013,995,0002,482,176
9Apr 22, 2026 00:2213,254444,859,640423,348,00014,044,0002,400,256