Borderou de evaluare (job #1363140)
Utilizator | Data | 26 februarie 2015 19:04:34 | |
---|---|---|---|
Problema | Mxl | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:11:7: error: ‘I64’ does not name a type
const I64 NMAX = 40;
^
user.cpp:31:18: error: ‘NMAX’ was not declared in this scope
vector <PCT> res[NMAX*NMAX+2*NMAX+1];
^
user.cpp:31:23: error: ‘NMAX’ was not declared in this scope
vector <PCT> res[NMAX*NMAX+2*NMAX+1];
^
user.cpp:31:30: error: ‘NMAX’ was not declared in this scope
vector <PCT> res[NMAX*NMAX+2*NMAX+1];
^
user.cpp:32:16: error: ‘NMAX’ was not declared in this scope
I64 N,M, lg, v[NMAX+2][NMAX+2];
^
user.cpp:32:24: error: ‘NMAX’ was not declared in this scope
I64 N,M, lg, v[NMAX+2][NMAX+2];
^
user.cpp:33:10: error: ‘NMAX’ was not declared in this scope
bool viz[NMAX+2][NMAX+2];
^
user.cpp:33:18: error: ‘NMAX’ was not declared in this scope
bool viz[NMAX+2][NMAX+2];
^
user.cpp: In function ‘void Pune_restrictii(I64, I64)’:
user.cpp:79:13: error: ‘res’ was not declared in this scope
res[ key ].push_back( make_PCT( nrs[i-1], -nrs[i] ) );
^
user.cpp:83:13: error: ‘v’ was not declared in this scope
v[x][y] += nrs[i];
^
user.cpp: In function ‘I64 Solve(I64, I64)’:
user.cpp:90:9: error: ‘viz’ was not declared in this scope
if( viz[x][y] ) return v[x][y];
^
user.cpp:90:28: error: ‘v’ was not declared in this scope
if( viz[x][y] ) return v[x][y];
^
user.cpp:92:35: error: ‘res’ was not declared in this scope
for( I64 i = 0; i < (I64)res[key].size(); ++i ) {
^
user.cpp:93:13: error: ‘v’ was not declared in this scope
v[x][y] += Solve( res[key][i].x , res[key][i].y );
^
user.cpp:96:5: error: ‘viz’ was not declared in this scope
viz[x][y] = 1;
^
user.cpp:97:12: error: ‘v’ was not declared in this scope
return v[x][y];
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !