Borderou de evaluare (job #1324224)
Utilizator | Data | 21 ianuarie 2015 23:11:44 | |
---|---|---|---|
Problema | Mexc | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:10:17: error: two or more data types in declaration of ‘fil’
void fil(int nod)
^
user.cpp: In function ‘int main()’:
user.cpp:40:12: error: ‘n’ was not declared in this scope
fin >> n >> m >> D;
^
user.cpp:40:17: error: ‘m’ was not declared in this scope
fin >> n >> m >> D;
^
user.cpp:40:22: error: ‘D’ was not declared in this scope
fin >> n >> m >> D;
^
user.cpp:41:9: error: ‘i’ was not declared in this scope
for(i = 1; i <= n; i ++)
^
user.cpp:42:13: error: ‘j’ was not declared in this scope
for(j = 1; j <= m; j ++)
^
user.cpp:43:20: error: ‘A’ was not declared in this scope
fin >> A[i][j];
^
user.cpp:44:9: error: ‘i’ was not declared in this scope
for(i = 1; i <= n; i ++)
^
user.cpp:45:13: error: ‘j’ was not declared in this scope
for(j = 1; j <= m; j ++){
^
user.cpp:46:13: error: ‘nr’ was not declared in this scope
nr = 1;
^
user.cpp:47:17: error: ‘A’ was not declared in this scope
fil(A[i][j]);
^
user.cpp:47:24: error: ‘fil’ was not declared in this scope
fil(A[i][j]);
^
user.cpp:48:13: error: ‘v’ was not declared in this scope
v[++zona].second = nr;
^
user.cpp:48:17: error: ‘zona’ was not declared in this scope
v[++zona].second = nr;
^
user.cpp:51:10: error: ‘v’ was not declared in this scope
sort(v + 1, v + zona + 1);
^
user.cpp:51:21: error: ‘zona’ was not declared in this scope
sort(v + 1, v + zona + 1);
^
user.cpp:51:29: error: ‘sort’ was not declared in this scope
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !