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 04:33olliecrowolliecrowScore: 21,147Success
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 04:3421,052718,728,792670,726,00023,990,0002,293,760
2Apr 21, 2026 04:3421,069722,655,947670,319,00024,974,0002,293,760
3Apr 21, 2026 04:3421,099716,477,521671,300,00024,973,0002,297,856
4Apr 21, 2026 04:3421,132723,716,999671,404,00025,976,0002,293,760
5Apr 21, 2026 04:3421,147717,620,943672,883,00024,995,0002,281,472
6Apr 21, 2026 04:3421,193721,474,237674,414,00024,978,0002,297,856
7Apr 21, 2026 04:3421,206721,721,025674,829,00024,993,0002,297,856
8Apr 21, 2026 04:3421,247718,591,469676,182,00024,969,0002,265,088
9Apr 21, 2026 04:3421,261727,604,018677,654,00023,987,0002,289,664