TomoLink
Easytcs-nqt

What is the time complexity of the following code? for(i=0; i<n; i++) for(j=0; j<n; j++) print(i+j);