0_0_38747049_11158.cpp: In function 'int main()': 0_0_38747049_11158.cpp:21:58: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] 21 | for(int j = 1;j <= n && p[j - 1] != n;j ++) | ~~~~~~~~~^~~~