Borderou de evaluare (job #2228144)
Utilizator | Data | 2 august 2018 19:47:02 | |
---|---|---|---|
Problema | PScPld2D | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In lambda function:
user.cpp:71:59: error: ‘make_tuple’ was not declared in this scope
hashes[which][x + l - step][y + l - step][niv]); };
^
user.cpp: In lambda function:
user.cpp:73:42: error: ‘void h1’ has incomplete type
auto h1 = compact_hash(0, x, y, l);
^
user.cpp:74:46: error: ‘void h2’ has incomplete type
auto h2 = compact_hash(1, n-x-l, y, l);
^
user.cpp:75:46: error: ‘void h3’ has incomplete type
auto h3 = compact_hash(2, x, n-y-l, l);
^
user.cpp: In function ‘int main()’:
user.cpp:84:74: error: could not convert ‘is_pal.main()::<lambda(int, int, int)>((i - l), (j - l), ((2 * l) + 1))’ from ‘void’ to ‘bool’
if(!(i-l >= 0 && i+l < n && j-l >= 0 && j+l < n && is_pal(i-l, j-l, 2 * l + 1)))
~~~~~~^~~~~~~~~~~~~~~~~~~~~
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !