Branch2 #6

Merged
GuyWhoLikePizza merged 7 commits from Branch2 into main 2024-11-11 16:17:23 +04:00
Showing only changes of commit 8536d180d4 - Show all commits

View File

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