Decimal to Binary
Easy📝 Description
Convert decimal number to binary representation
Input Format
A single integer n
Output Format
Binary string
Constraints
0 ≤ n ≤ 1024
🔍 Sample Input
10
✅ Sample Output
1010
Code Editor
Please login to run and submit code.
Results
Suggested Solution
Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run