2 lines
31 B
Text
2 lines
31 B
Text
|
|
int fact(int n) { return n!; }
|
|
|
int fact(int n) { return n!; }
|