@{if (1) print("yo");}
|
|
|
|
int main(){
|
|
if (1) {
|
|
return 0;
|
|
} else {
|
|
return 1;
|
|
}
|
|
}
|