#include <stdio.h> #include <stdlib.h> int main(int argc, char** argv) { return printf(&"even\0odd"[(atoi(argv[1]) & 1) * 5]) < 0; }