Remake2_1

This commit is contained in:
MaximNguen 2024-11-11 15:55:51 +04:00
parent ccff2e3d84
commit a508685824

View File

@ -7,6 +7,10 @@ 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++) {