#include using namespace std; using ll=long long; #define rep2(i, a, n) for(int i = (a); i < (n); i++) #define rep(i, n) rep2(i,0,n) #define debug 0 bool maxfunc(int a[]){return a[1]>a[0]&&a[1]>a[2];} bool minfunc(int a[]){return a[1]>a[i]; int b[3];rep(i,3)cin>>b[i]; rep(i,3){ rep(j,3){ if(debug){ cout<<"a ";rep(k,3)cout<