...

/

Challenge: Transpose a Graph

Challenge: Transpose a Graph

Given a graph, find its transpose.

Problem statement

You have to implement a function which will take a graph as input and print its transpose.

Input

A graph

Output

Return a transpose of the given graph

Sample input

...