16 lines
177 B
Plaintext
16 lines
177 B
Plaintext
int main(void)
|
|
{
|
|
x(1, 2);
|
|
}
|
|
/*
|
|
int main(void) {
|
|
if (x) {
|
|
int x;
|
|
x = 3;
|
|
} else {
|
|
int y;
|
|
y = 0;
|
|
x = 5;
|
|
}
|
|
output(x);
|
|
}*/ |