int main() { float a = 0.5; float b = 1.5; int c = a < b; return 0; }