Branch2 #6

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

View File

@ -17,9 +17,6 @@ void func() {
long fuct(int n) {
long res = 1;
for (int i = 1; i <= n; i++) {