Borderou de evaluare (job #2948860)
Utilizator | Data | 28 noiembrie 2022 17:38:09 | |
---|---|---|---|
Problema | Monopoly | Status | done |
Runda | Arhiva de probleme | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:11:7: error: 'll' does not name a type
11 | const ll INF = LLONG_MIN / 2;
| ^~
main.cpp: In function 'int main()':
main.cpp:30:65: error: 'INF' was not declared in this scope
30 | dp[i][0][3] = dp[i][0][2] = dp[i][0][1] = dp[i][0][4] = INF;
| ^~~
main.cpp:34:9: error: 'll' was not declared in this scope
34 | ll mx;
| ^~
main.cpp:36:27: error: 'INF' was not declared in this scope
36 | dp[i][j][4] = INF;
| ^~~
main.cpp:40:13: error: 'mx' was not declared in this scope
40 | mx = INF;
| ^~
main.cpp:40:18: error: 'INF' was not declared in this scope
40 | mx = INF;
| ^~~
main.cpp:55:13: error: 'mx' was not declared in this scope
55 | mx = INF;
| ^~
main.cpp:55:18: error: 'INF' was not declared in this scope
55 | mx = INF;
| ^~~
main.cpp:75:13: error: 'mx' was not declared in this scope
75 | mx = INF;
| ^~
main.cpp:75:18: error: 'INF' was not declared in this scope
75 | mx = INF;
| ^~~
main.cpp:104:5: error: 'll' was not declared in this scope
104 | ll mx = INF;
| ^~
main.cpp:107:9: error: 'mx' was not declared in this scope
107 | mx = max(mx, dp[i][k][4]);
| ^~
main.cpp:110:13: error: 'mx' was not declared in this scope
110 | cout << mx;
| ^~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !