Borderou de evaluare (job #2378486)
Utilizator | Data | 12 martie 2019 12:53:03 | |
---|---|---|---|
Problema | Custi | Status | done |
Runda | Arhiva de probleme | Compilator | java | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
Main.java:14: error: cannot find symbol
n = sc.nextInt();
^
symbol: variable n
location: class Task
Main.java:15: error: cannot find symbol
M = new int[n+1][n+1];
^
symbol: variable n
location: class Task
Main.java:15: error: cannot find symbol
M = new int[n+1][n+1];
^
symbol: variable n
location: class Task
Main.java:16: error: cannot find symbol
D = new int[n+1][n+1];
^
symbol: variable D
location: class Task
Main.java:16: error: cannot find symbol
D = new int[n+1][n+1];
^
symbol: variable n
location: class Task
Main.java:16: error: cannot find symbol
D = new int[n+1][n+1];
^
symbol: variable n
location: class Task
Main.java:17: error: cannot find symbol
for (int i = 1; i <= n; i++) {
^
symbol: variable n
location: class Task
Main.java:18: error: cannot find symbol
for(int j=1;j<=n;j++) {
^
symbol: variable n
location: class Task
Main.java:27: error: cannot find symbol
int[] v = new int[n+1];
^
symbol: variable n
location: class Task
Main.java:30: error: cannot find symbol
for (int i = 1; i <= n; i++) {
^
symbol: variable n
location: class Task
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !