Răspuns :
#include <iostream>
using namespace std;
int main(){
for(int i=0;i<5;i++)
for(int j=0;j<5;j++)
if(i==j){j=i*5; i=j; j++; i--;}
cout<<i<<j;
}
using namespace std;
int main(){
for(int i=0;i<5;i++)
for(int j=0;j<5;j++)
if(i==j){j=i*5; i=j; j++; i--;}
cout<<i<<j;
}