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:55TudyMTudyMScore: 26,392Success
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:5626,224881,801,893835,426,00029,979,0002,535,424
2Apr 29, 2026 14:5626,243884,998,281839,033,00027,001,0002,535,424
3Apr 29, 2026 14:5626,325885,547,212832,764,00035,989,0002,306,048
4Apr 29, 2026 14:5626,352884,859,897834,649,00034,985,0002,527,232
5Apr 29, 2026 14:5626,392889,163,478837,950,00032,998,0002,527,232
6Apr 29, 2026 14:5626,397886,473,020845,106,00026,003,0002,523,136
7Apr 29, 2026 14:5626,438891,355,807846,474,00025,983,0002,539,520
8Apr 29, 2026 14:5626,476890,383,890839,722,00033,988,0002,306,048
9Apr 29, 2026 14:5626,523896,727,318846,313,00028,976,0002,531,328