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 13:51TudyMTudyMScore: 29,142Success
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:0028,847968,309,362929,975,00021,999,0002,527,232
2Apr 29, 2026 14:0028,979977,417,328932,340,00023,983,0002,535,424
3Apr 29, 2026 14:0029,056981,317,678936,869,00021,996,0002,535,424
4Apr 29, 2026 14:0029,115978,400,932936,823,00023,995,0002,289,664
5Apr 29, 2026 14:0029,142979,829,939942,694,00018,993,0002,408,448
6Apr 29, 2026 14:0029,165986,589,485939,482,00022,987,0002,539,520
7Apr 29, 2026 14:0029,184981,234,094940,079,00023,001,0002,535,424
8Apr 29, 2026 14:0029,262985,603,464942,685,00022,992,0002,527,232
9Apr 29, 2026 14:0029,270988,033,503941,928,00023,998,0002,535,424