#include #include #include #include int uzlu; int body_x[20100]; int body_y[20100]; typedef struct stred { int next; int dva_x; int dva_y; } stred; int first; struct stred stredy[20100]; char table[1000000]; int exists(int x, int y) { if (!table[(20000*(x+10000)+y+10000)%912313]) return 0; for(int i=0; i= uzlu) { printf("This is a dangerous situation!\n"); } else { printf("V.I.P. should stay at (%.1f,%.1f).\n", ((float)stredy[first].dva_x)/2, ((float)stredy[first].dva_y)/2); } } int main(void) { for (;;) { scanf("%i", &uzlu); if (!uzlu) break; for (int i=0;i