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:17TudyMTudyMScore: 28,377Success
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:1828,267954,367,856915,818,00016,996,0002,306,048
2Apr 29, 2026 14:1828,326955,130,199917,771,00016,995,0002,301,952
3Apr 29, 2026 14:1828,328954,250,328916,858,00017,997,0002,547,712
4Apr 29, 2026 14:1828,370954,138,472919,243,00016,986,0002,445,312
5Apr 29, 2026 14:1828,377954,366,693917,475,00018,989,0002,297,856
6Apr 29, 2026 14:1828,401952,224,306919,252,00017,985,0002,383,872
7Apr 29, 2026 14:1828,626963,849,679924,676,00019,993,0002,293,760
8Apr 29, 2026 14:1829,350987,136,679951,570,00016,992,0002,555,904
9Apr 29, 2026 14:1829,488993,502,697953,153,00019,982,0002,306,048