#include int main(int argc, char const *argv[]) { int j = 0, i = 0; j = (i < 3 ? -1 : (i > 100 ? 1 : 0)); return 0; }