Borderou de evaluare (job #1511310)
Utilizator | Data | 26 octombrie 2015 13:51:20 | |
---|---|---|---|
Problema | Sortare topologica | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:69:19: error: size of array ‘A’ is too large
int A[50001][50001],n,m,di[50001];
^
user.cpp: In function ‘void citire()’:
user.cpp:73:7: error: ‘i’ was not declared in this scope
for(i=1;i<=m;i++)
^
user.cpp:75:7: error: ‘A’ was not declared in this scope
A[x][y]=1;
^
user.cpp: In function ‘int main()’:
user.cpp:83:7: error: ‘i’ was not declared in this scope
for(i=1;i<=n;i++)
^
user.cpp:84:11: error: ‘j’ was not declared in this scope
{ for(j=1;j<=n;j++)
^
user.cpp:88:15: error: ‘k’ was not declared in this scope
for(k=1;k<=n;k++)
^
user.cpp:89:16: error: ‘A’ was not declared in this scope
if(A[j][k])
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !