Branch2 #6
@ -7,6 +7,18 @@ int* pa;
|
|||||||
int n;
|
int n;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
long fuct(int n) {
|
long fuct(int n) {
|
||||||
long res = 1;
|
long res = 1;
|
||||||
for (int i = 1; i <= n; i++) {
|
for (int i = 1; i <= n; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user