#include int evenFib(); void main() { printf("%d\n",evenFib()); return; }