int main(argc, argv) int argc; char **argv; { double x; int i; x = 1.9; return (i = x) > x; }