Borderou de evaluare (job #3346838)

Utilizator bogdan_1Brasoveanu Bogdan Ionut bogdan_1 Data 15 martie 2026 12:37:03
Problema Arbore din permutare Status done
Runda Universitatea Tehnică din Cluj-Napoca - 2026 - Concurs Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Compilare: main.cpp: In function 'int main()': main.cpp:34:25: warning: comparison of integer expressions of different signedness: 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 34 | else if(v.size()<n-1) | ~~~~~~~~^~~~ main.cpp:36:27: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 36 | for(int i=0; i<aux.size(); i++) | ~^~~~~~~~~~~ main.cpp:38:33: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 38 | for(int j=i+1; j<aux.size(); j++) | ~^~~~~~~~~~~ main.cpp:50:24: warning: comparison of integer expressions of different signedness: 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 50 | if(v.size()==n-1) | ~~~~~~~~^~~~~ main.cpp:53:31: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<std::pair<int, int> >::size_type' {aka 'long unsigned int'} [-Wsign-compare] 53 | for(int i=0; i<v.size(); i++) | ~^~~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test
1203ms851kbTime limit exceeded0
Punctaj total0

Ceva nu functioneaza?