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 16, 2024 03:28matsuoka-601matsuoka-601Score: 6,848Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 16, 2024 03:286,752281,975,562222,832,14302,293,760
2Jun 16, 2024 03:286,762292,968,602223,140,02902,187,264
3Jun 16, 2024 03:286,766290,780,859223,287,39802,195,456
4Jun 16, 2024 03:286,822246,007,021204,103,00021,010,0002,445,312
5Jun 16, 2024 03:286,835255,895,206200,598,00024,950,0002,482,176
6Jun 16, 2024 03:286,840253,429,681208,737,00016,978,0002,494,464
7Jun 16, 2024 03:286,848248,445,304208,989,00016,999,0002,375,680
8Jun 16, 2024 03:286,851249,749,337210,084,00016,006,0002,445,312
9Jun 16, 2024 03:286,872248,933,435209,778,00016,982,0002,392,064
10Jun 16, 2024 03:286,877251,246,974203,933,00022,992,0002,396,160
11Jun 16, 2024 03:286,888252,581,614208,268,00019,024,0002,396,160
12Jun 16, 2024 03:286,896259,170,247207,601,00019,961,0002,445,312