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 19:47olliecrowolliecrowScore: 21,144Success
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 19:4821,068716,264,456671,248,00024,008,0002,363,392
2Apr 21, 2026 19:4821,095712,865,759671,140,00025,005,0002,306,048
3Apr 21, 2026 19:4821,114711,962,758671,802,00024,992,0002,314,240
4Apr 21, 2026 19:4821,131712,531,774672,374,00024,976,0002,310,144
5Apr 21, 2026 19:4821,144716,212,272672,771,00024,991,0002,347,008
6Apr 21, 2026 19:4821,166717,187,058673,518,00024,982,0002,572,288
7Apr 21, 2026 19:4821,167718,875,356673,535,00024,982,0002,580,480
8Apr 21, 2026 19:4821,183718,031,471674,084,00024,966,0002,551,808
9Apr 21, 2026 19:4821,306720,179,840677,156,00025,967,0002,555,904