#include using namespace std; typedef long long ll; typedef pair P; typedef pair P1; typedef pair P2; #define pb push_back #define mp make_pair #define eps 1e-7 #define INF 1000000000 #define mod 1000000007 #define fi first #define sc second #define rep(i,x) for(int i=0;i> d; return d; } // 回答クエリ void answer(int x, int y, int z) { x-=200; y-=200; z-=200; cout << "!" << " " << x << " " << y << " " << z << endl; } void calc(int xa,int xb,int ya,int yb,int za,int zb){ if(xa == xb && ya == yb && za == zb){ answer(xa,ya,za); return; } //cout<