Borderou de evaluare (job #1795847)
Utilizator | Data | 2 noiembrie 2016 21:40:12 | |
---|---|---|---|
Problema | Patrol | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:25:29: error: ‘bitset’ does not name a type
vector<int> g[DIM], l[DIM]; bitset<MOD> bln[DIM], ble[DIM][DIM];
^
user.cpp: In function ‘int main(int, const char**)’:
user.cpp:44:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for( int j = 0; j < l[i].size(); j ++ ) {
^
user.cpp:54:13: error: ‘bln’ was not declared in this scope
bln[x][j % v] = 1;
^
user.cpp:55:13: error: ‘ble’ was not declared in this scope
ble[y][x][(j + 1) % v] = 1; } }
^
user.cpp:66:17: error: ‘bln’ was not declared in this scope
if( bln[y][f(t + 1, v)] == 1 ) continue;
^
user.cpp:67:17: error: ‘ble’ was not declared in this scope
if( ble[x][y][f(t + 1, v)] == 1 ) continue;
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !