Borderou de evaluare (job #2716490)
Utilizator | Data | 5 martie 2021 11:41:59 | |
---|---|---|---|
Problema | Rezervatie Naturala | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'void read()':
main.cpp:14:32: error: 'i' was not declared in this scope
if(ch=='N' && Interior(i+1,j))
^
main.cpp:14:36: error: 'j' was not declared in this scope
if(ch=='N' && Interior(i+1,j))
^
main.cpp:14:37: error: 'Interior' was not declared in this scope
if(ch=='N' && Interior(i+1,j))
^
main.cpp:19:32: error: 'i' was not declared in this scope
if(ch=='S' && Interior(i-1,j))
^
main.cpp:19:36: error: 'j' was not declared in this scope
if(ch=='S' && Interior(i-1,j))
^
main.cpp:19:37: error: 'Interior' was not declared in this scope
if(ch=='S' && Interior(i-1,j))
^
main.cpp:24:32: error: 'i' was not declared in this scope
if(ch=='E' && Interior(i,j+1))
^
main.cpp:24:34: error: 'j' was not declared in this scope
if(ch=='E' && Interior(i,j+1))
^
main.cpp:24:37: error: 'Interior' was not declared in this scope
if(ch=='E' && Interior(i,j+1))
^
main.cpp:29:32: error: 'i' was not declared in this scope
if(ch=='V' && Interior(i,j-1))
^
main.cpp:29:34: error: 'j' was not declared in this scope
if(ch=='V' && Interior(i,j-1))
^
main.cpp:29:37: error: 'Interior' was not declared in this scope
if(ch=='V' && Interior(i,j-1))
^
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !