What to provide in custom input in this problem

In sample input the input format is not given can u provide me the sample input?

hey @piyushabhiranjan30
stub Is given for input just write your logic
Node intersectionOfTwoLinkedLists(Node l1, Node l2) {
/* Code here */
}