int main() { int a = 5; int b = 10; int c = 0; if (a < b) { c = 1; } return c; }