Bonjour je suis bloqué a l'épreuve Welcome to GATTACA
Voice mon code :
import java.util.ArrayList;
import java.util.Scanner;
class Main
{
private static int gattaca(int N, String code, int M, String genome)
{
gattaca = genome.IndexOf(code);
if( gattaca != -1) {
return gattaca ;
}
}
public static void main(String args[]) throws java.io.IOException
{
Scanner scanner = new Scanner(System.in);
int N;
String code;
int M;
String genome;
N = scanner.nextInt();
scanner.nextLine();
code = scanner.nextLine();
M = scanner.nextInt();
scanner.nextLine();
genome = scanner.nextLine();
System.out.println(gattaca(N, code, M, genome));
}
}
Et voici les erreurs à la compilation :
javac 1.5.0_14
/tmp/tmp_Tspav15794.java:10: cannot find symbol
symbol : variable gattaca
location: class tmp_Tspav15794
gattaca = genome.lastIndexOf(code);
\^
/tmp/tmp_Tspav15794.java:12: missing return value
return;
\^
2 errors
Erreur de compilation
Je ne comprend pas vraiment mes erreurs, est-il donc possible d'avoir un petite exlication ?
Merci beaucoup