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 21, 2026 20:40olliecrowolliecrowScore: 21,150Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 21, 2026 20:4021,061714,272,729671,031,00024,001,0002,310,144
2Apr 21, 2026 20:4021,100713,235,044670,336,00025,974,0002,572,288
3Apr 21, 2026 20:4021,121717,050,972673,020,00024,000,0002,347,008
4Apr 21, 2026 20:4021,139717,717,089672,666,00024,950,0002,355,200
5Apr 21, 2026 20:4021,150718,976,068672,980,00024,999,0002,564,096
6Apr 21, 2026 20:4021,167714,430,686673,559,00024,983,0002,310,144
7Apr 21, 2026 20:4021,173717,411,261673,747,00024,990,0002,560,000
8Apr 21, 2026 20:4021,187714,085,131674,169,00025,006,0002,310,144
9Apr 21, 2026 20:4021,205723,076,576675,787,00023,992,0002,568,192