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:20TudyMTudyMScore: 27,700Success
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:2227,495925,059,349887,381,00019,986,0002,301,952
2Apr 29, 2026 14:2227,566930,357,032889,688,00019,993,0002,297,856
3Apr 29, 2026 14:2227,622929,754,122891,551,00019,989,0002,301,952
4Apr 29, 2026 14:2227,682933,549,585895,531,00017,990,0002,293,760
5Apr 29, 2026 14:2227,700936,572,215896,145,00017,982,0002,306,048
6Apr 29, 2026 14:2227,792933,899,202901,179,00015,985,0002,301,952
7Apr 29, 2026 14:2227,842939,842,166900,817,00017,996,0002,310,144
8Apr 29, 2026 14:2227,846938,191,781898,943,00019,998,0002,301,952
9Apr 29, 2026 14:2229,022976,983,279942,752,00014,996,0002,297,856