String to Integer
Easy📝 Description
Convert a numeric string to integer
Input Format
A string representing a number
Output Format
Converted integer
Constraints
String represents valid integer
🔍 Sample Input
123
✅ Sample Output
123
Code Editor
Please login to run and submit code.
Results
Suggested Solution
Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run