Codeforces Round #408 (Div. 2), problem: (B) Find The Bone Solution in C

#include <stdio.h>

#define N 1000000

int main() {
static int hole[N];
int n, m, k, i, j;

scanf(“%d%d%d”, &n, &m, &k);
for (j = 0; j < m; j++) {
scanf(“%d”, &i);
i–;
hole[i] = 1;
}
i = 0;
while (k– > 0) {
int u, v, tmp;

scanf(“%d%d”, &u, &v);
u–, v–;
if (u == i || v == i) {
if (u == i)
tmp = u, u = v, v = tmp;
if (!hole[i])
i = u;
}
}
printf(“%d\n”, i + 1);
return 0;
}

Labour markets may risk...

The Reality Check of AI in the Modern Labor...

Edmonton hospital using medical...

The Royal Alexandra Hospital in Edmonton is pioneering a...

Why Everyone is Obsessed with the Reusable Silicone Food Bags

Are you tired of dealing with everyday frustrations that slow down your routine? We've all been...

Why Everyone is Obsessed with the Motion Sensor Night Lights

Are you tired of dealing with everyday frustrations that slow down your routine? We've all been...

Labour markets may risk a milder shock than AI fantasies suggest, but that’s only partial relief

The Reality Check of AI in the Modern Labor Market For the past few years, the dominant narrative surrounding artificial intelligence (AI) has been one...

Why Everyone is Obsessed with the TSA Approved Toiletry Bags

Are you tired of dealing with everyday frustrations that slow down your routine? We've all been...

Why Everyone is Obsessed with the Phone Screen Cleaner Spray

Are you tired of dealing with everyday frustrations that slow down your routine? We've all been...

Edmonton hospital using medical technology to offer non-surgical weight loss procedure

The Royal Alexandra Hospital in Edmonton is pioneering a new era of healthcare in Alberta by offering an innovative, non-surgical weight loss procedure. This...

Why Everyone is Obsessed with the Silicone Spatula Set

Are you tired of dealing with everyday frustrations that slow down your routine? We've all been...

T.O.P’s Comeback Has Nothing to Hide on Debut Solo Album

Choi Seung-hyun, universally known as T.O.P, is preparing to make a monumental return to the music scene. After cementing his legacy as a pioneering...

Why Everyone is Obsessed with the Blue Light Blocking Glasses

Are you tired of dealing with everyday frustrations that slow down your routine? We've all been...