Borderou de evaluare (job #1633879)

Utilizator cristighrCristi Gherghina cristighr Data 6 martie 2016 12:56:59
Problema Minlcm Status done
Runda ONIS 2016, Runda 1 Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Compilare: user.cpp: In function ‘long int bruteforce(std::vector<long int>)’: user.cpp:78:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(long i = 0; i < v.size() - 1; i++) ^ user.cpp:79:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(long j = i + 1; j < v.size(); j++) { ^ user.cpp: In function ‘long int min_lcm(std::vector<long int>)’: user.cpp:100:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(long j = mid + 1; j < v.size(); j++) { ^ user.cpp: In function ‘long int bruteforce(std::vector<long int>)’: user.cpp:87:1: warning: control reaches end of non-void function [-Wreturn-type] } ^
Test Timp executie Memorie folosita Mesaj Punctaj/test
1Depăşit552kbTime limit exceeded.0
Punctaj total0

Ceva nu functioneaza?