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 listJun 15, 2023 16:35matsuoka-601matsuoka-601Score: 15,008Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 15, 2023 16:3514,745519,448,354468,589,00017,984,0002,273,280
2Jun 15, 2023 16:3514,751559,426,524486,772,07702,265,088
3Jun 15, 2023 16:3514,862542,132,781490,457,96202,277,376
4Jun 15, 2023 16:3514,869569,998,492490,672,66602,260,992
5Jun 15, 2023 16:3514,907523,263,026475,918,00015,997,0002,486,272
6Jun 15, 2023 16:3514,926520,490,789474,560,00017,983,0002,465,792
7Jun 15, 2023 16:3515,008523,888,920480,251,00015,007,0002,289,664
8Jun 15, 2023 16:3515,032521,013,213480,098,00015,970,0002,465,792
9Jun 15, 2023 16:3515,061528,181,866484,040,00012,974,0002,465,792
10Jun 15, 2023 16:3515,152533,305,477486,056,00013,972,0002,461,696
11Jun 15, 2023 16:3515,168529,419,463484,571,00015,985,0002,469,888
12Jun 15, 2023 16:3515,227531,509,725484,507,00017,981,0002,469,888