7 lines
97 B
Text
7 lines
97 B
Text
void main () {
|
|
if (1 && 3 < 4 || 1) {
|
|
puti(1);
|
|
} else {
|
|
puti(0);
|
|
}
|
|
}
|