14.01.2013 Views

Soluciones y Explicación de los problemas ACM ... - ICPC Bolivia

Soluciones y Explicación de los problemas ACM ... - ICPC Bolivia

Soluciones y Explicación de los problemas ACM ... - ICPC Bolivia

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Explicaciones a <strong>los</strong> <strong>problemas</strong> South American Regionals 2008 20<br />

}<br />

memcpy(&rhs, &lhs, sizeof(rhs));<br />

memset(&lhs, 0, sizeof(lhs));<br />

for (i = 0; i < MAX - j; i++) {<br />

lhs.c[i] = rhs.c[i+j];<br />

}<br />

find_div(lhs.c[0]);<br />

fail = 1;<br />

for (i = 0; i < ndiv; i++) {<br />

if (div[i]

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!