Borderou de evaluare (job #2474341)
Utilizator | Data | 15 octombrie 2019 00:54:52 | |
---|---|---|---|
Problema | NoGameNoLife | Status | done |
Runda | Arhiva ICPC | Compilator | cpp-32 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'bool meow(const std::vector<int>&, const std::vector<int>&)':
main.cpp:6:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < a.size(); i++) {
~~^~~~~~~~~~
main.cpp: In function 'bool match(const std::vector<std::vector<int> >&, const std::vector<std::vector<int> >&)':
main.cpp:15:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < a.size(); i++) {
~~^~~~~~~~~~
main.cpp:16:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int j = 0; j < a[i].size(); j++) {
~~^~~~~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:56:38: error: 'sort' was not declared in this scope
sort(init.begin(), init.end(), meow);
^
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !