4 lines
35 B
C
4 lines
35 B
C
|
int dec(int x) {
|
||
|
return x + 1;
|
||
|
}
|