#include using namespace std; int main(int argc, char* argv[]) { int A; int i; for (i=1;i<=10;i++){ cin>>A; if (A!=i){ cout<