0 / 60 seg.

¿Cuál es el valor de total después de ejecutar este código?

int total = 0;
for (int i = 1; i <= 4; i++)
    total += i * i;