Start coding format

I used to start coding with following format: int main(){ -(cursor here) }

Input

_

Output

int main(){
    _
}