#include <cstdio>
#include <string>
using namespace std;


int main (void){
printf("!");

return 0;
}
