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