8 lines
74 B
Plaintext
8 lines
74 B
Plaintext
int main(void)
|
|
{
|
|
int x[5];
|
|
x[output(5)] = 3 + 5;
|
|
|
|
return 0;
|
|
}
|