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 listMar 14, 2026 14:31limanjun99limanjun99Score: 29,687Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 14, 2026 14:3127,253928,351,202893,360,0005,995,0002,285,568
2Mar 14, 2026 14:3127,906947,407,678914,883,0005,999,0002,404,352
3Mar 14, 2026 14:3128,384967,613,382933,684,0002,998,0002,318,336
4Mar 14, 2026 14:3128,524969,542,596934,295,0006,994,0002,359,296
5Mar 14, 2026 14:3129,6871,007,395,879975,689,0003,998,0002,473,984
6Mar 14, 2026 14:3129,7021,010,467,558972,177,0007,993,0002,260,992
7Mar 14, 2026 14:3130,1771,021,967,688989,850,0005,999,0002,306,048
8Mar 14, 2026 14:3131,9711,085,748,7271,051,063,0003,996,0002,514,944
9Mar 14, 2026 14:3133,0201,118,981,0261,083,670,0005,998,0002,437,120