Compare commits

..

2 Commits

Author SHA1 Message Date
1fbbeec968 Merge pull request 'Remake2_1' (#3) from Branch1 into main
Reviewed-on: #3
2024-11-11 15:58:27 +04:00
a508685824 Remake2_1 2024-11-11 15:55:51 +04:00

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++) {