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:25TudyMTudyMScore: 27,017Success
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:2626,831904,338,866842,452,00042,972,0002,473,984
2Apr 29, 2026 14:2626,844909,417,345846,889,00038,994,0002,478,080
3Apr 29, 2026 14:2626,936910,640,290846,920,00041,996,0002,469,888
4Apr 29, 2026 14:2626,952908,600,278848,468,00040,974,0002,473,984
5Apr 29, 2026 14:2627,017907,785,279851,597,00039,981,0002,531,328
6Apr 29, 2026 14:2627,049913,306,771846,648,00045,980,0002,478,080
7Apr 29, 2026 14:2627,083912,017,564854,777,00038,989,0002,465,792
8Apr 29, 2026 14:2627,141914,370,423854,685,00040,984,0002,469,888
9Apr 29, 2026 14:2627,221917,640,982858,346,00039,969,0002,535,424