|
@ -109,7 +109,7 @@ public class TasksFrame extends JFrame { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
private int ePhi(Integer n) { |
|
|
|
|
|
|
|
|
public int ePhi(Integer n) { |
|
|
|
|
|
|
|
|
LinkedList<Object> menge = new LinkedList<>(); |
|
|
LinkedList<Object> menge = new LinkedList<>(); |
|
|
|
|
|
|
|
@ -121,7 +121,7 @@ public class TasksFrame extends JFrame { |
|
|
return menge.size(); |
|
|
return menge.size(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
private int ggt(int a, int b) { |
|
|
|
|
|
|
|
|
public int ggt(int a, int b) { |
|
|
|
|
|
|
|
|
int h; |
|
|
int h; |
|
|
if (a == 0) return 0; |
|
|
if (a == 0) return 0; |
|
|