#include #include #include "myheader.h" int main() { int n; while (scanf("%d", &n) != EOF) printf("%d\n", foo(n)); return EXIT_SUCCESS; }