5 lines
75 B
C
5 lines
75 B
C
static int x = -2;
|
|
|
|
long main(int argc, char **argv) {
|
|
return x + 17.3;
|
|
}
|