Time Complexity

What will be the time complexity of the following recurrence relation:
3T(n/3)+ √n
I know how to calculate, but this one is coming wrong. Can you please elaborate on the solution

hello @ritkumar

u can use masters theorem for finding its time complexity