Borderou de evaluare (job #806475)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Camelot | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 25 ian. 2025 21:02:52 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'std::vector<int> waysToMakeX(std::vector<int>, int, int, int)':
main.cpp:16:17: error: 'x' was not declared in this scope
16 | o=(o+dp[x])%mod;
| ^
main.cpp: In function 'int main()':
main.cpp:22:9: warning: unused variable 'firstTeam' [-Wunused-variable]
22 | int firstTeam=0, secondTeam=0, maxx=-1;
| ^~~~~~~~~