#include using namespace std; typedef long long ll; #define rep(i,n) for(int i=0;iP; int a[101][101]; int b[101][101]; int main(){ for(int i=0;i<=100;i++){ for(int j=0;j<=100;j++){ a[i][j]=i*i+j*j; b[i][j]=(100-i)*(100-i)+j*j; } } int x,y; cout<<"? 0 0"<>x; //cout<>y; //cout<