6 lines
59 B
Plaintext
6 lines
59 B
Plaintext
{
|
|
long a = 5;
|
|
long b = a + 5;
|
|
int c = b - 1;
|
|
print c;
|
|
} |