Two Sum

Easy 20 pts New · no attempts yet csharp

Two Sum — HCLTech interview prep · Arrays & Hashing

Classic interview problem #1.

Input (stdin)

Line 1: n\nLine 2: n integers\nLine 3: target

Output (stdout)

Two indices (0-based), space-separated

Your program must read from stdin and write the answer to stdout (no extra debug text).

Examples

Sample
Input
4
2 7 11 15
9
Output
0 1
Static hints
  • Input format: Line 1: n\nLine 2: n integers\nLine 3: target
  • DSA Interview 150 — Arrays & Hashing
  • Problem #1
  • Frequently asked at HCLTech
  • Arrays & Hashing

Toolliyo Coach

Stuck? Get a nudge — not the answer

Progressive help: Nudge → Guide → Approach. Full solution stays behind the Solution tab.

Toolliyo Assistant
Ask about tutorials, ebooks, training, pricing, mentor services, and support. I use public site content only—not admin or internal tools.

care@toolliyo.com

Need callback? Share your details