7 lines
100 B
C
7 lines
100 B
C
int main(){
|
|
int x, y, z;
|
|
const PL5_op, b, c;
|
|
x = 2;
|
|
printf(x);
|
|
y = 3 + 3 + x;
|
|
}
|