Borderou de evaluare (job #1044900)
| Utilizator | Data | 30 noiembrie 2013 16:19:10 | |
|---|---|---|---|
| Problema | Perm 6 | Status | done |
| Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
| Scor | 0 | ||
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘int main()’:
user.cpp:14:9: error: ‘d’ was not declared in this scope
d[i][0]=1;
^
user.cpp:23:21: error: ‘d’ was not declared in this scope
if(j<i) d[i][j]=d[i][j-1]+d[i-1][j];
^
user.cpp:24:18: error: ‘d’ was not declared in this scope
else d[i][j]=d[i][j-1]+d[i-1][j]-d[i-1][j-i];}
^
user.cpp:27:19: error: ‘d’ was not declared in this scope
printf("%lld",d[n][k]);
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
