Borderou de evaluare (job #3233894)
Utilizator | Data | 5 iunie 2024 12:39:42 | |
---|---|---|---|
Problema | NoGameNoLife | Status | done |
Runda | Arhiva ICPC | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'bool cmp(std::vector<int>, std::vector<int>)':
main.cpp:13:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
13 | for(int i = 0; i < a.size(); i++){
| ~~^~~~~~~~~~
main.cpp: In function 'int aplicaOP(int, int, int)':
main.cpp:35:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
35 | for(int i = 0; i < b1.size(); i++){
| ~~^~~~~~~~~~~
main.cpp:44:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
44 | for(int i = 0; i < b2.size(); i++){
| ~~^~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:67:9: error: 'sort' was not declared in this scope; did you mean 'short'?
67 | sort(v + 0, v + 16);
| ^~~~
| short
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !