Remake2_1 #3

Merged
GuyWhoLikePizza merged 1 commits from Branch1 into main 2024-11-11 15:58:27 +04:00

View File

@ -7,6 +7,10 @@ int* pa;
int n;
long fuct(int n) {
long res = 1;
for (int i = 1; i <= n; i++) {