From 05f247e595dfc561c7eeeaa1e408c579fb955c61 Mon Sep 17 00:00:00 2001 From: aran7227 <161644211+aran7227@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:42:19 +0330 Subject: [PATCH 1/7] create new file --- Answers/40230212043/.idea/.gitignore | 3 +++ Answers/40230212043/.idea/40230212043.iml | 9 +++++++++ Answers/40230212043/.idea/misc.xml | 6 ++++++ Answers/40230212043/.idea/modules.xml | 8 ++++++++ Answers/40230212043/.idea/vcs.xml | 6 ++++++ 5 files changed, 32 insertions(+) create mode 100644 Answers/40230212043/.idea/.gitignore create mode 100644 Answers/40230212043/.idea/40230212043.iml create mode 100644 Answers/40230212043/.idea/misc.xml create mode 100644 Answers/40230212043/.idea/modules.xml create mode 100644 Answers/40230212043/.idea/vcs.xml diff --git a/Answers/40230212043/.idea/.gitignore b/Answers/40230212043/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/Answers/40230212043/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/Answers/40230212043/.idea/40230212043.iml b/Answers/40230212043/.idea/40230212043.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/Answers/40230212043/.idea/40230212043.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/Answers/40230212043/.idea/misc.xml b/Answers/40230212043/.idea/misc.xml new file mode 100644 index 0000000..5bf7b85 --- /dev/null +++ b/Answers/40230212043/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Answers/40230212043/.idea/modules.xml b/Answers/40230212043/.idea/modules.xml new file mode 100644 index 0000000..2cc9c8f --- /dev/null +++ b/Answers/40230212043/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Answers/40230212043/.idea/vcs.xml b/Answers/40230212043/.idea/vcs.xml new file mode 100644 index 0000000..b2bdec2 --- /dev/null +++ b/Answers/40230212043/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file From 7a5902209a9ad0ab8cada4327110ce89716d060f Mon Sep 17 00:00:00 2001 From: aran7227 <161644211+aran7227@users.noreply.github.com> Date: Tue, 9 Apr 2024 11:44:28 +0330 Subject: [PATCH 2/7] doesnt matter --- Answers/40230212043/.idea/.gitignore | 3 --- Answers/40230212043/.idea/40230212043.iml | 9 --------- Answers/40230212043/.idea/misc.xml | 6 ------ Answers/40230212043/.idea/modules.xml | 8 -------- Answers/40230212043/.idea/vcs.xml | 6 ------ 5 files changed, 32 deletions(-) delete mode 100644 Answers/40230212043/.idea/.gitignore delete mode 100644 Answers/40230212043/.idea/40230212043.iml delete mode 100644 Answers/40230212043/.idea/misc.xml delete mode 100644 Answers/40230212043/.idea/modules.xml delete mode 100644 Answers/40230212043/.idea/vcs.xml diff --git a/Answers/40230212043/.idea/.gitignore b/Answers/40230212043/.idea/.gitignore deleted file mode 100644 index 26d3352..0000000 --- a/Answers/40230212043/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/Answers/40230212043/.idea/40230212043.iml b/Answers/40230212043/.idea/40230212043.iml deleted file mode 100644 index d6ebd48..0000000 --- a/Answers/40230212043/.idea/40230212043.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/Answers/40230212043/.idea/misc.xml b/Answers/40230212043/.idea/misc.xml deleted file mode 100644 index 5bf7b85..0000000 --- a/Answers/40230212043/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/Answers/40230212043/.idea/modules.xml b/Answers/40230212043/.idea/modules.xml deleted file mode 100644 index 2cc9c8f..0000000 --- a/Answers/40230212043/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/Answers/40230212043/.idea/vcs.xml b/Answers/40230212043/.idea/vcs.xml deleted file mode 100644 index b2bdec2..0000000 --- a/Answers/40230212043/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file From a9959d1e0628b99b11d3973942e7243007dfa75a Mon Sep 17 00:00:00 2001 From: aran7227 <161644211+aran7227@users.noreply.github.com> Date: Fri, 12 Apr 2024 12:18:25 +0330 Subject: [PATCH 3/7] nothing important --- Answers/40230212043/HarryPotter/src/Myapp.java | 5 +++++ Answers/40230212043/HarryPotter/src/Player.java | 4 ++++ Answers/40230212043/HarryPotter/src/seeker.java | 3 +++ Answers/40230212043/HarryPotter/src/success.java | 3 +++ HarryPotter/src/Main.java | 2 ++ 5 files changed, 17 insertions(+) create mode 100644 Answers/40230212043/HarryPotter/src/Myapp.java create mode 100644 Answers/40230212043/HarryPotter/src/Player.java create mode 100644 Answers/40230212043/HarryPotter/src/seeker.java create mode 100644 Answers/40230212043/HarryPotter/src/success.java create mode 100644 HarryPotter/src/Main.java diff --git a/Answers/40230212043/HarryPotter/src/Myapp.java b/Answers/40230212043/HarryPotter/src/Myapp.java new file mode 100644 index 0000000..2cd8760 --- /dev/null +++ b/Answers/40230212043/HarryPotter/src/Myapp.java @@ -0,0 +1,5 @@ +public class Myapp{ + public static void main(String[] args) { + + } +} \ No newline at end of file diff --git a/Answers/40230212043/HarryPotter/src/Player.java b/Answers/40230212043/HarryPotter/src/Player.java new file mode 100644 index 0000000..325544a --- /dev/null +++ b/Answers/40230212043/HarryPotter/src/Player.java @@ -0,0 +1,4 @@ +public class Player { + int nu; + String name; +} diff --git a/Answers/40230212043/HarryPotter/src/seeker.java b/Answers/40230212043/HarryPotter/src/seeker.java new file mode 100644 index 0000000..92f0426 --- /dev/null +++ b/Answers/40230212043/HarryPotter/src/seeker.java @@ -0,0 +1,3 @@ +public class seeker extends Player { + +} diff --git a/Answers/40230212043/HarryPotter/src/success.java b/Answers/40230212043/HarryPotter/src/success.java new file mode 100644 index 0000000..837b420 --- /dev/null +++ b/Answers/40230212043/HarryPotter/src/success.java @@ -0,0 +1,3 @@ +public interface success { + public boolean isSuccess (); +} diff --git a/HarryPotter/src/Main.java b/HarryPotter/src/Main.java new file mode 100644 index 0000000..fb7039d --- /dev/null +++ b/HarryPotter/src/Main.java @@ -0,0 +1,2 @@ +package PACKAGE_NAME;public class Main { +} From ff84eeb281f57687fb29af072f6279994e852005 Mon Sep 17 00:00:00 2001 From: aran7227 <161644211+aran7227@users.noreply.github.com> Date: Fri, 12 Apr 2024 16:40:46 +0330 Subject: [PATCH 4/7] modifying file names --- Answers/40230212043/HarryPotter/src/Beater.java | 14 ++++++++++++++ Answers/40230212043/HarryPotter/src/Keeper.java | 14 ++++++++++++++ Answers/40230212043/HarryPotter/src/Player.java | 5 +++++ Answers/40230212043/HarryPotter/src/seeker.java | 15 +++++++++++++-- Answers/40230212043/HarryPotter/src/success.java | 4 ++-- 5 files changed, 48 insertions(+), 4 deletions(-) create mode 100644 Answers/40230212043/HarryPotter/src/Beater.java create mode 100644 Answers/40230212043/HarryPotter/src/Keeper.java diff --git a/Answers/40230212043/HarryPotter/src/Beater.java b/Answers/40230212043/HarryPotter/src/Beater.java new file mode 100644 index 0000000..16dfcde --- /dev/null +++ b/Answers/40230212043/HarryPotter/src/Beater.java @@ -0,0 +1,14 @@ +import java.util.Random; +public class Beater extends Player implements Success { + public Beater (int sh,String num) { + super(sh,num); + } + public boolean isSuccessful(boolean t) { + Random tas=new Random(); + int g=tas.nextInt(100)+1; + if (g>=60) { + t=true; + } + return t; + } +} diff --git a/Answers/40230212043/HarryPotter/src/Keeper.java b/Answers/40230212043/HarryPotter/src/Keeper.java new file mode 100644 index 0000000..7e98d53 --- /dev/null +++ b/Answers/40230212043/HarryPotter/src/Keeper.java @@ -0,0 +1,14 @@ +import java.util.Random; +public class Keeper extends Player implements Success { + public Keeper (int sh,String num) { + super(sh,num); + } + public boolean isSuccessful(boolean t) { + Random tas=new Random(); + int g=tas.nextInt(100)+1; + if (g>=95) { + t=true; + } + return t; + } +} diff --git a/Answers/40230212043/HarryPotter/src/Player.java b/Answers/40230212043/HarryPotter/src/Player.java index 325544a..2e6e4b7 100644 --- a/Answers/40230212043/HarryPotter/src/Player.java +++ b/Answers/40230212043/HarryPotter/src/Player.java @@ -1,4 +1,9 @@ public class Player { int nu; String name; + boolean mov; + public Player (int d,String harf) { + nu=d; + name=harf; + } } diff --git a/Answers/40230212043/HarryPotter/src/seeker.java b/Answers/40230212043/HarryPotter/src/seeker.java index 92f0426..739f5b4 100644 --- a/Answers/40230212043/HarryPotter/src/seeker.java +++ b/Answers/40230212043/HarryPotter/src/seeker.java @@ -1,3 +1,14 @@ -public class seeker extends Player { - +import java.util.Random; +public class Seeker extends Player implements Success { + public Seeker (int sh,String num) { + super(sh,num); + } + public boolean isSuccessful(boolean t) { + Random tas=new Random(); + int g=tas.nextInt(100)+1; + if (g>=95) { + t=true; + } + return t; + } } diff --git a/Answers/40230212043/HarryPotter/src/success.java b/Answers/40230212043/HarryPotter/src/success.java index 837b420..c8c59ce 100644 --- a/Answers/40230212043/HarryPotter/src/success.java +++ b/Answers/40230212043/HarryPotter/src/success.java @@ -1,3 +1,3 @@ -public interface success { - public boolean isSuccess (); +public interface Success { + public boolean isSuccessful(boolean t); } From 9ffc20b1626b84d33946477d3c939fcb2a8c2841 Mon Sep 17 00:00:00 2001 From: aran7227 <161644211+aran7227@users.noreply.github.com> Date: Fri, 12 Apr 2024 16:42:01 +0330 Subject: [PATCH 5/7] half is done --- .../40230212043/HarryPotter/.idea/.gitignore | 0 .../40230212043/HarryPotter/.idea/misc.xml | 6 ++ .../40230212043/HarryPotter/.idea/modules.xml | 8 +++ Answers/40230212043/HarryPotter/.idea/vcs.xml | 7 +++ .../HarryPotter/.idea/workspace.xml | 58 +++++++++++++++++++ .../40230212043/HarryPotter/HarryPotter.iml | 11 ++++ .../40230212043/HarryPotter/src/Keeper.java | 2 +- 7 files changed, 91 insertions(+), 1 deletion(-) create mode 100644 Answers/40230212043/HarryPotter/.idea/.gitignore create mode 100644 Answers/40230212043/HarryPotter/.idea/misc.xml create mode 100644 Answers/40230212043/HarryPotter/.idea/modules.xml create mode 100644 Answers/40230212043/HarryPotter/.idea/vcs.xml create mode 100644 Answers/40230212043/HarryPotter/.idea/workspace.xml create mode 100644 Answers/40230212043/HarryPotter/HarryPotter.iml diff --git a/Answers/40230212043/HarryPotter/.idea/.gitignore b/Answers/40230212043/HarryPotter/.idea/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/Answers/40230212043/HarryPotter/.idea/misc.xml b/Answers/40230212043/HarryPotter/.idea/misc.xml new file mode 100644 index 0000000..bcb5da6 --- /dev/null +++ b/Answers/40230212043/HarryPotter/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Answers/40230212043/HarryPotter/.idea/modules.xml b/Answers/40230212043/HarryPotter/.idea/modules.xml new file mode 100644 index 0000000..2638af4 --- /dev/null +++ b/Answers/40230212043/HarryPotter/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Answers/40230212043/HarryPotter/.idea/vcs.xml b/Answers/40230212043/HarryPotter/.idea/vcs.xml new file mode 100644 index 0000000..d23592a --- /dev/null +++ b/Answers/40230212043/HarryPotter/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff --git a/Answers/40230212043/HarryPotter/.idea/workspace.xml b/Answers/40230212043/HarryPotter/.idea/workspace.xml new file mode 100644 index 0000000..1eb3397 --- /dev/null +++ b/Answers/40230212043/HarryPotter/.idea/workspace.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1712657905080 + + + + \ No newline at end of file diff --git a/Answers/40230212043/HarryPotter/HarryPotter.iml b/Answers/40230212043/HarryPotter/HarryPotter.iml new file mode 100644 index 0000000..c90834f --- /dev/null +++ b/Answers/40230212043/HarryPotter/HarryPotter.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Answers/40230212043/HarryPotter/src/Keeper.java b/Answers/40230212043/HarryPotter/src/Keeper.java index 7e98d53..b882083 100644 --- a/Answers/40230212043/HarryPotter/src/Keeper.java +++ b/Answers/40230212043/HarryPotter/src/Keeper.java @@ -6,7 +6,7 @@ public Keeper (int sh,String num) { public boolean isSuccessful(boolean t) { Random tas=new Random(); int g=tas.nextInt(100)+1; - if (g>=95) { + if (g>=30) { t=true; } return t; From 0f82beb2e8c2b69a7b61900464923cf683a85111 Mon Sep 17 00:00:00 2001 From: aran7227 <161644211+aran7227@users.noreply.github.com> Date: Sun, 14 Apr 2024 14:25:24 +0330 Subject: [PATCH 6/7] establishing folders --- .../40230212043/HarryPotter/src/Beater.java | 17 ++++----- .../40230212043/HarryPotter/src/Chaser.java | 11 ++++++ .../40230212043/HarryPotter/src/Keeper.java | 15 ++++---- .../40230212043/HarryPotter/src/Match.java | 35 +++++++++++++++++++ .../40230212043/HarryPotter/src/Myapp.java | 3 +- .../40230212043/HarryPotter/src/Player.java | 6 +--- Answers/40230212043/HarryPotter/src/Team.java | 28 +++++++++++++++ .../40230212043/HarryPotter/src/seeker.java | 15 ++++---- .../40230212043/HarryPotter/src/success.java | 2 +- 9 files changed, 97 insertions(+), 35 deletions(-) create mode 100644 Answers/40230212043/HarryPotter/src/Chaser.java create mode 100644 Answers/40230212043/HarryPotter/src/Match.java create mode 100644 Answers/40230212043/HarryPotter/src/Team.java diff --git a/Answers/40230212043/HarryPotter/src/Beater.java b/Answers/40230212043/HarryPotter/src/Beater.java index 16dfcde..5d28d90 100644 --- a/Answers/40230212043/HarryPotter/src/Beater.java +++ b/Answers/40230212043/HarryPotter/src/Beater.java @@ -1,14 +1,11 @@ import java.util.Random; -public class Beater extends Player implements Success { - public Beater (int sh,String num) { - super(sh,num); - } - public boolean isSuccessful(boolean t) { - Random tas=new Random(); - int g=tas.nextInt(100)+1; - if (g>=60) { - t=true; +public class Beater extends Player { + public boolean isSuccessful() { + Random con=new Random(); + int p=con.nextInt(100)+1; + if (p>=60) { + return true; } - return t; + return false; } } diff --git a/Answers/40230212043/HarryPotter/src/Chaser.java b/Answers/40230212043/HarryPotter/src/Chaser.java new file mode 100644 index 0000000..e539fa8 --- /dev/null +++ b/Answers/40230212043/HarryPotter/src/Chaser.java @@ -0,0 +1,11 @@ +import java.util.Random; +public class Chaser extends Player implements Success { + public boolean isSuccessful() { + Random con=new Random(); + int p=con.nextInt(100)+1; + if (p>=70) { + return true; + } + return false; + } +} diff --git a/Answers/40230212043/HarryPotter/src/Keeper.java b/Answers/40230212043/HarryPotter/src/Keeper.java index b882083..892a14e 100644 --- a/Answers/40230212043/HarryPotter/src/Keeper.java +++ b/Answers/40230212043/HarryPotter/src/Keeper.java @@ -1,14 +1,11 @@ import java.util.Random; public class Keeper extends Player implements Success { - public Keeper (int sh,String num) { - super(sh,num); - } - public boolean isSuccessful(boolean t) { - Random tas=new Random(); - int g=tas.nextInt(100)+1; - if (g>=30) { - t=true; + public boolean isSuccessful() { + Random con = new Random(); + int p = con.nextInt(100) + 1; + if (p >= 30) { + return true; } - return t; + return false; } } diff --git a/Answers/40230212043/HarryPotter/src/Match.java b/Answers/40230212043/HarryPotter/src/Match.java new file mode 100644 index 0000000..4a95038 --- /dev/null +++ b/Answers/40230212043/HarryPotter/src/Match.java @@ -0,0 +1,35 @@ +public class Match { + Team team1=new Team(); + Team team2=new Team(); + public void start() { + for (int i=0;i<=100;i++) { + team1.play(); + team2.play(); + if (team1.see.mov==true || team2.see.mov==true) { + break; + } + team1.see.mov=false; + team1.kee.mov=false; + team1.ch1.mov=false; + team1.ch2.mov=false; + team1.ch3.mov=false; + team1.be1.mov=false; + team1.be2.mov=false; + team2.see.mov=false; + team2.kee.mov=false; + team2.ch1.mov=false; + team2.ch2.mov=false; + team2.ch3.mov=false; + team2.be1.mov=false; + team2.be2.mov=false; + } + System.out.println("team1:"+team1.g+"\t"+"team2:"+team2.g); + if (team1.g> team2.g) { + System.out.print("winner: team1"); + } else if (team2.g> team1.g) { + System.out.print("winner: team2"); + } else { + System.out.print("mosavi!"); + } + } +} diff --git a/Answers/40230212043/HarryPotter/src/Myapp.java b/Answers/40230212043/HarryPotter/src/Myapp.java index 2cd8760..24d04f4 100644 --- a/Answers/40230212043/HarryPotter/src/Myapp.java +++ b/Answers/40230212043/HarryPotter/src/Myapp.java @@ -1,5 +1,6 @@ public class Myapp{ public static void main(String[] args) { - + Match obj=new Match(); + obj.start(); } } \ No newline at end of file diff --git a/Answers/40230212043/HarryPotter/src/Player.java b/Answers/40230212043/HarryPotter/src/Player.java index 2e6e4b7..5e021f4 100644 --- a/Answers/40230212043/HarryPotter/src/Player.java +++ b/Answers/40230212043/HarryPotter/src/Player.java @@ -1,9 +1,5 @@ public class Player { int nu; String name; - boolean mov; - public Player (int d,String harf) { - nu=d; - name=harf; - } + boolean mov=false; } diff --git a/Answers/40230212043/HarryPotter/src/Team.java b/Answers/40230212043/HarryPotter/src/Team.java new file mode 100644 index 0000000..7e62258 --- /dev/null +++ b/Answers/40230212043/HarryPotter/src/Team.java @@ -0,0 +1,28 @@ +public class Team { + int g=0; + private void setGoal() { + g++; + } + Seeker see=new Seeker(); + Keeper kee=new Keeper(); + Chaser ch1=new Chaser(); + Chaser ch2=new Chaser(); + Chaser ch3=new Chaser(); + Beater be1=new Beater(); + Beater be2=new Beater(); + public void play() { + see.mov=see.isSuccessful(); + kee.mov=kee.isSuccessful(); + ch1.mov=ch1.isSuccessful(); + ch2.mov=ch2.isSuccessful(); + ch3.mov=ch3.isSuccessful(); + be1.mov=be1.isSuccessful(); + be2.mov=be2.isSuccessful(); + if (kee.mov==true || (be1.mov==true || be2.mov==true) || ((ch1.mov==true && ch2.mov==true) || (ch2.mov==true && ch3.mov==true) || (ch1.mov==true && ch3.mov==true))) { + setGoal(); + } + if (see.mov==true) { + g+=150; + } + } +} diff --git a/Answers/40230212043/HarryPotter/src/seeker.java b/Answers/40230212043/HarryPotter/src/seeker.java index 739f5b4..8fd201e 100644 --- a/Answers/40230212043/HarryPotter/src/seeker.java +++ b/Answers/40230212043/HarryPotter/src/seeker.java @@ -1,14 +1,11 @@ import java.util.Random; public class Seeker extends Player implements Success { - public Seeker (int sh,String num) { - super(sh,num); - } - public boolean isSuccessful(boolean t) { - Random tas=new Random(); - int g=tas.nextInt(100)+1; - if (g>=95) { - t=true; + public boolean isSuccessful() { + Random con=new Random(); + int p=con.nextInt(100)+1; + if (p>=95) { + return true; } - return t; + return false; } } diff --git a/Answers/40230212043/HarryPotter/src/success.java b/Answers/40230212043/HarryPotter/src/success.java index c8c59ce..c748298 100644 --- a/Answers/40230212043/HarryPotter/src/success.java +++ b/Answers/40230212043/HarryPotter/src/success.java @@ -1,3 +1,3 @@ public interface Success { - public boolean isSuccessful(boolean t); + public boolean isSuccessful(); } From 20c842c689d0de5262699eedc50456dcacf932e1 Mon Sep 17 00:00:00 2001 From: aran7227 <161644211+aran7227@users.noreply.github.com> Date: Sun, 14 Apr 2024 14:26:24 +0330 Subject: [PATCH 7/7] done --- .../40230212043/HarryPotter/.idea/workspace.xml | 14 ++++++++++++++ .../out/production/HarryPotter/Beater.class | Bin 0 -> 493 bytes .../out/production/HarryPotter/Chaser.class | Bin 0 -> 508 bytes .../out/production/HarryPotter/Keeper.class | Bin 0 -> 508 bytes .../out/production/HarryPotter/Match.class | Bin 0 -> 1785 bytes .../out/production/HarryPotter/Myapp.class | Bin 0 -> 438 bytes .../out/production/HarryPotter/Player.class | Bin 0 -> 333 bytes .../out/production/HarryPotter/Seeker.class | Bin 0 -> 508 bytes .../out/production/HarryPotter/Success.class | Bin 0 -> 124 bytes .../out/production/HarryPotter/Team.class | Bin 0 -> 1192 bytes 10 files changed, 14 insertions(+) create mode 100644 Answers/40230212043/HarryPotter/out/production/HarryPotter/Beater.class create mode 100644 Answers/40230212043/HarryPotter/out/production/HarryPotter/Chaser.class create mode 100644 Answers/40230212043/HarryPotter/out/production/HarryPotter/Keeper.class create mode 100644 Answers/40230212043/HarryPotter/out/production/HarryPotter/Match.class create mode 100644 Answers/40230212043/HarryPotter/out/production/HarryPotter/Myapp.class create mode 100644 Answers/40230212043/HarryPotter/out/production/HarryPotter/Player.class create mode 100644 Answers/40230212043/HarryPotter/out/production/HarryPotter/Seeker.class create mode 100644 Answers/40230212043/HarryPotter/out/production/HarryPotter/Success.class create mode 100644 Answers/40230212043/HarryPotter/out/production/HarryPotter/Team.class diff --git a/Answers/40230212043/HarryPotter/.idea/workspace.xml b/Answers/40230212043/HarryPotter/.idea/workspace.xml index 1eb3397..eda3b8f 100644 --- a/Answers/40230212043/HarryPotter/.idea/workspace.xml +++ b/Answers/40230212043/HarryPotter/.idea/workspace.xml @@ -43,6 +43,20 @@ + + + + + + + + + diff --git a/Answers/40230212043/HarryPotter/out/production/HarryPotter/Beater.class b/Answers/40230212043/HarryPotter/out/production/HarryPotter/Beater.class new file mode 100644 index 0000000000000000000000000000000000000000..def1b60fb7d867c70518163a1cc94c52c0bd9a1a GIT binary patch literal 493 zcmZ8dT}#4H7=DhMZO)m~N;56$P7Cq}WI+YNU`1pIb=7g6Xf-!+TiDO(-kWX`3i<*4 zr=s^buNv%m&inN|FYov7#}|NOY#GQv(V&{hVu@kt(&sN?OplHic<~W~(rooK=nU2) zf9CBZ_Wbr04+i1TfCfcE-h_z)gBFNMYzHxe+O%7?h9c>l2p&s8^)ws^hN9yI;vyOL z#rT@{eae)b(B*!Qk3AVLl4|_mMGU%=jvp|XUerxoS47c$;?LK*C3M3;D*RuK`q_wn zo1xH+x%+g^M+;@68zy5{oO#kapUUscdF)`Bjv>Dcm^=reMNylW5odR2U~ltsiBOhh zYnjkY8?b^^iWt^VA(X=td0*oCC$yUxa?YMLc!#0h9X71aE3)cTnNnGSl&p{|ph71u skwKM?TSIPcv7O2+EOg>3*2$ybu15M-ud?bd1ganNdL!v8(QbV=0qz{9ilRI;; zw?%oGP?c5d3ZWS_U=?MG7%EsJRKrtsZsOV}_{|)d?rvfD4nw~?tQR(4k<@3}jLI66 zWSLw69ckhs8C2-jRb&ts@dfg0*$vq7^Nupd-8xLSFW5(#Ym0r44C A1^@s6 literal 0 HcmV?d00001 diff --git a/Answers/40230212043/HarryPotter/out/production/HarryPotter/Match.class b/Answers/40230212043/HarryPotter/out/production/HarryPotter/Match.class new file mode 100644 index 0000000000000000000000000000000000000000..1c92233c161487725c56d7d1cebc4ea953ab0683 GIT binary patch literal 1785 zcmaJ?&r=*l6#ja5*;yt7OCSLQ34)RYP}yXY_=Clmu#p5=lIS8aiNBhqWry9JS!V`P zTrIEObBk4^iknqhBq?K+Cr@6q%JS-;;2&UF#;<2)3lPe~^nCsLd*ADRujkFr|2+K> zz-0s`5=a_IS!hFAplemG%UoSLE4dp>tEv(Rq^E4h4lW8LN5>WoWCT(RN;XUwNVek; zECU@DI*}DnVCg7R?>C zFotn*D^+eWQz}-aA97#T+*inrESj6Ma3<#F^*nFkTs%Lg=NBxzir1*Mq(ZG}C4*4w z4Xrgvt;nLeQx@Kgxzu_KmkeCCFpc7#td}?ZKsBi7t}*vVOJO~1H+R#souC|eQ9cd4 zZD9sidHxkXv)wG_tc7v;U?Y{=s6&yfYH<&s5{)#=zfW@#SF><9rtXiSw^NqGx$sZL9G$*suxqV#M%kBzCIYV%x1DZF1uuZI@W}vQ9%_5ELd@Z)K?$%T;N@HzxPUHs_#E$l9MEK!v8df5&X6K2iof)(r1_myv;DR6S% znGV{j0Z(A?|EawF(YY|p29V$t)ejp5N9bkYgvwAU#EqEb&L2S&=(F#wX$0r!8sm2N?`6a>=QIuH{YqI=&6_F?#sw zieBb6dbiP^dVp;TU!1IK!M}$HQwK|~| zBW#Hgw!{cqVuUR*!j>3eDE6fgThGpXhl^2wE0N-rr?>_@Mrp70Av($Ie(y0Bws1P8 z#*}#NR=9RZ({2;$bSI(H?XV4lwaPH1S+=uYqCDDhfwjHF#LuCFpL!=GSL^7)Jsidt ztnydr!F?RTCcFJN^!grs_=%1F7i#^Ee*8(@XE-iQoDc&T6sIsGCfLn&IeS^M1b(CD xRb5z-iwnENwGO2JMndHO!h`bz{1u@>V*<-id}m0n^7)M0223IspTozoe*wNelT-iz literal 0 HcmV?d00001 diff --git a/Answers/40230212043/HarryPotter/out/production/HarryPotter/Myapp.class b/Answers/40230212043/HarryPotter/out/production/HarryPotter/Myapp.class new file mode 100644 index 0000000000000000000000000000000000000000..16ba7f7c6b07fb44e4e2b1961ca93bdbf22e0ef7 GIT binary patch literal 438 zcmZvY+e*Vg5QhKFp-E$Uu+@0H@vg049-tzKAP7+}Dgp6o6GOToO-i~Id@OG)DEI(A zlsKCTy>Ve@nEB`bcG&Nqk1qh1ICh{xw_vz1(O~Fi{Du2DFH-+L%92h9x!a14i3YdHD^AT~?c literal 0 HcmV?d00001 diff --git a/Answers/40230212043/HarryPotter/out/production/HarryPotter/Player.class b/Answers/40230212043/HarryPotter/out/production/HarryPotter/Player.class new file mode 100644 index 0000000000000000000000000000000000000000..b09f7748b846f8fd4556c33c04ea43670d990537 GIT binary patch literal 333 zcmYLEO-sW-5Pg%xrcI-*_4DdYd$8AnQV>B9f(n%$ylvuAw|r)P^E zy6E``Li7=mdq~xrF34s1S|CpX$5#B@3OuVaEf_`rE$3xn?DB%#b^c6l5E-lQsw~#U zql(i;ohK??sKV6vFX@#p=2g&*+G(s0=6O{l`o`2X{Wg7G&%p@|I$X`=-Np`IV1Qv0 vX_=Ak>RtKn5>2TV#$fyj8M`0w--#TI>Ri)_Zh7{I!&ZrX91sZ(8|Be2?oK)~ literal 0 HcmV?d00001 diff --git a/Answers/40230212043/HarryPotter/out/production/HarryPotter/Seeker.class b/Answers/40230212043/HarryPotter/out/production/HarryPotter/Seeker.class new file mode 100644 index 0000000000000000000000000000000000000000..e35da9ead48700638b70e9d4224839144e260147 GIT binary patch literal 508 zcmZ8d%TB^T6g@+WQ%aGC3L>bu15M-ud?d!iganPThD0|ylrdIHOG<0-bKJ9WBZ(${ zfd8cN4zP03bLPIzxxL@NA721YP&1K$#-UqCVu@kt(i1N-q{pG_yU{U&R&R7T42Im3 zcoxk#a=qr2@O#0)1c#;|ZNWl@f%|eCwfu-dueTa4jx6ceQubxYk*B&HJB}QUsD2vs zBty3C`tl+kbY*xgx*lZ;?Z6RUM})457fC&ObZN+F&$SL1EO)ffdWgN*j<@ z-e%<$LRD6+tAy6P0c$8y#8ARIp&A~ma}!rS!EdHWwfAzpcbNM9Q8jn>iljc#CREm- zB#Yz<=rD-$WKg18myw!T)aEh^3xoR0*dUWUOjJ-Mn@yTcf&HM&!PUxJlt^Iv4;HXh APyhe` literal 0 HcmV?d00001 diff --git a/Answers/40230212043/HarryPotter/out/production/HarryPotter/Success.class b/Answers/40230212043/HarryPotter/out/production/HarryPotter/Success.class new file mode 100644 index 0000000000000000000000000000000000000000..273dc2abbd5166d0d8345d89be6619ddfb17a6ff GIT binary patch literal 124 zcmX^0Z`VEs1_nn4PId++Mh5oa(&XgS;$n6N7Dfhvti-ZJ{hY+SbbbG%tkmQZMh2eD zVyKF=(i}zxW)00KMh33n{L-T2RJY8WRG6Anh-+a(#KR~|2#JJ9xfj;cB*FJmAK4-5z=hwfl-vKNk?S~6)9UcQsXx0!qFi*`y z!93neyv!bmTt!3kZ2mZ3nb+Wsjcohig-?gyKnn~Fo-JV>Y0&m)8#)4HXM{KuB|lo> zmgF`AVYKt(vJe`)X*-?L5g~U|h!e@}u({m^dT@i>Lz`=-$?YR|W#24IZm-Q9FmMZl z*V`tM-+0U2R zQd&+T#jj5a<_8U}nTnY^d~TjNG=HX8E#<^oUKa96?wFi326+V+{{%0M6XgmyFXcH4 z<*Bps6jgbOsXR4Po&wRkp~+u}>k6aKDh6K1FQCQU7WDWxwC-FWXdy({LD*@bi?EmQ zriK0n9BRNQVT^>hh0z8~eBlu;JmESFA6NFx*vI2LpksjT#2HP(k43h%$;MX6GRWhV zu!ePdmlWQ)?u>KYmiSH$y5}wL+c-i#5%2&%`)ibGamr|TdR0bSbIM%CYwVI%N7BL+ zQJ1tj9$QEe^-HT`*1{aokhJS4$|!mrjWQaoW8T67Q9{~v)Kx>ubA~sPQo{n_E19?9 zDq(*ObDnbq2!|v*Qw0>Xccb=hPlFpKRJ-S#SRIQDLp4mXN>EADhL2a`xRw4%_0t3p zKoEThQTH}JfiT5s#}=oNMFc<4iJ$1kZ$9rod;$#-FC7s#D6kJrfAJ|2ad&bk&(wf6 F{{tyG%FqA+ literal 0 HcmV?d00001