publicstaticString a ="All we have to decide is what to do with the time that is given to us.";
publicstaticString b ="Hope. It is the only thing stronger than fear. A little hope is effective. A lot of hope is dangerous. A spark is fine, as long as it's contained.";
publicstaticString c ="I'm gonna make him an offer he can't refuse.";
publicstaticString d ="Now you're looking for the secret, but you won't find it, because of course you're not really looking. You don't really want to know. You want to be fooled.";
publicstaticString e ="Now you're looking for the secret, but you won't find it, because of course you're not really looking. You don't really want to know. You want to be fooled.";
publicstaticString f ="We all want to help one another. Human beings are like that. We want to live by each other's happiness, not by each other's misery.";
publicstaticString g ="May the Force be with you.";
publicstaticString h ="But you cannot kiss an idea, cannot touch it or hold it. Ideas do not bleed. They do not feel pain. They do not love. And it is not an idea that I miss, it is a man.";
publicstaticString i ="They may take our lives, but they'll never take our freedom!";
publicstaticString j ="When you realize you want to spend the rest of your life with somebody, you want the rest of your life to start as soon as possible.";
publicstaticString k ="Of all the gin joints in all the towns in all the world, she walks into mine.";
publicstaticString l ="The first rule of Fight Club is: You do not talk about Fight Club.";
publicstaticString n ="You don't understand! I could've had class. I could've been a contender. I could've been somebody, instead of a bum, which is what I am.";
publicstaticString o ="The greatest trick the devil ever pulled was convincing the world he didn't exist.";
publicstaticString p ="Mama says, 'Stupid is as stupid does.'";
publicstaticString q ="Shoot all the blue jays you want, if you can hit em, but remember that it�s a sin to kill a mockingbird.";
publicstaticString r ="You'll always remember this as the day that you almost caught Captain Jack Sparrow";
publicstaticString s ="You've got to ask yourself one question. Do I feel lucky? Well, do ya punk?";
publicstaticString t ="Just the fact that some geniuses were laughed at does not imply that all who are laughed at are geniuses.";
Main.java:10: error: class c is public, should be declared in a file named c.java
public class c
^
Main.java:160: error: variable a is already defined in class c
public static final Map a = new HashMap();
^
Main.java:175: error: method a(String) is already defined in class c
public static String a(String paramString)
^
Main.java:180: error: method b(String) is already defined in class c
private static String b(String paramString)
^
Main.java:185: error: variable a is already defined in class c
public static String a = "All we have to decide is what to do with the time that is given to us.";
^
Main.java:186: error: variable b is already defined in class c
public static String b = "Hope. It is the only thing stronger than fear. A little hope is effective. A lot of hope is dangerous. A spark is fine, as long as it's contained.";
^
Main.java:208: error: method a() is already defined in class c
private static String a()
^
Main.java:223: error: cannot declare both a(String[]) and a(String...) in c
public static void a(String[] paramArrayOfString)
^
Main.java:49: error: incompatible types: String[] cannot be converted to String
paramString = paramString.split(" ");
^
Main.java:51: error: cannot find symbol
int k = paramString.length;
^
symbol: variable length
location: variable paramString of type String
Main.java:56: error: array required, but String found
localObject = paramString[i];
^
Main.java:74: error: undefined label: label183
break label183;
^
Main.java:146: error: incompatible types: char[] cannot be converted to String
paramString = paramString.toCharArray();
^
Main.java:148: error: cannot find symbol
int k = paramString.length - 1;
^
symbol: variable length
location: variable paramString of type String
Main.java:151: error: array required, but String found
int i = paramString[j];
^
Main.java:152: error: array required, but String found
paramString[j] = paramString[k];
^
Main.java:152: error: array required, but String found
paramString[j] = paramString[k];
^
Main.java:153: error: array required, but String found
paramString[k] = i;
^
Main.java:164: error: cannot find symbol
a.put("mektep", "school");
^
symbol: method put(String,String)
location: variable a of type char[]
Main.java:165: error: cannot find symbol
a.put("hekim", "doctor");
^
symbol: method put(String,String)
location: variable a of type char[]
Main.java:166: error: cannot find symbol
a.put("filhakika", "truly");
^
symbol: method put(String,String)
location: variable a of type char[]
Main.java:167: error: cannot find symbol
a.put("n?ktedan", "humorous");
^
symbol: method put(String,String)
location: variable a of type char[]
Main.java:168: error: cannot find symbol
a.put("sehven", "erroneously");
^
symbol: method put(String,String)
location: variable a of type char[]
Main.java:169: error: cannot find symbol
a.put("mahlas", "pseudonym");
^
symbol: method put(String,String)
location: variable a of type char[]
Main.java:170: error: cannot find symbol
a.put("sirayet", "contagion");
^
symbol: method put(String,String)
location: variable a of type char[]
Main.java:171: error: cannot find symbol
a.put("fevkalbe?er", "hulk");
^
symbol: method put(String,String)
location: variable a of type char[]
Main.java:172: error: cannot find symbol
a.put("feveran", "effervescence");
^
symbol: method put(String,String)
location: variable a of type char[]
Main.java:177: error: cannot find symbol
return b((String)a.get(paramString));
^
symbol: method get(String)
location: variable a of type char[]
Main.java:177: error: incompatible types: byte[] cannot be converted to String
return b((String)a.get(paramString));
^
Main.java:210: error: cannot find symbol
String str1 = d.a();
^
symbol: method a()
location: variable d of type String
Main.java:211: error: cannot find symbol
String str2 = d.a(new String[] { "01101111", "01110010" });
^
symbol: method a(String[])
location: variable d of type String
Main.java:212: error: cannot find symbol
String str3 = a.a(d.b());
^
symbol: method b()
location: variable d of type String
Main.java:213: error: cannot find symbol
String str4 = d.a(b.h);
^
symbol: variable h
location: variable b of type Random
Main.java:214: error: cannot find symbol
String str5 = d.a(42);
^
symbol: method a(int)
location: variable d of type String
Main.java:215: error: cannot find symbol
String str6 = d.b(10);
^
symbol: method b(int)
location: variable d of type String
Main.java:216: error: cannot find symbol
String str7 = new String(d.b("7468657265206973"));
^
symbol: method b(String)
location: variable d of type String
Main.java:217: error: cannot find symbol
String str8 = d.a(b.u);
^
symbol: variable u
location: variable b of type Random
Main.java:218: error: cannot find symbol
String str9 = d.a(200, new int[] { 24, 21, 30 });
^
symbol: method a(int,int[])
location: variable d of type String
Main.java:219: error: cannot find symbol
String str10 = d.a(100, new int[] { 19, 10, 12 });
^
symbol: method a(int,int[])
location: variable d of type String
Main.java:225: error: incompatible types: String cannot be converted to String[]
paramArrayOfString = a();
^
Note: Main.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
40 errors