Borderou de evaluare (job #2977393)

Utilizator bogdann31Nicolaev Bogdan bogdann31 Data 11 februarie 2023 15:26:00
Problema Subsir crescator maximal Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 70

Raport evaluator

Compilare: main.cpp: In function 'void solve()': main.cpp:6:40: warning: comparison of integer expressions of different signedness: 'long long int' and 'std::vector<long long int>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 6 | #define fr(n) for(ll i=0;i<n;++i) | ~^~~~~~~ 7 | #define ctz(x) __builtin_ctzll(x) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8 | #define clz(x) __builtin_clzll(x) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9 | #define pcount(x) __builtin_popcountll(x) | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 | const int dx[] = {-1, 0, 1, 0}; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11 | const int dy[] = {0, 1, 0, -1}; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12 | | 13 | | 14 | class InParser { | ~~~~~~~~~~~~~~~~ 15 | private: | ~~~~~~~~ 16 | FILE *fin; | ~~~~~~~~~~ 17 | char *buff; | ~~~~~~~~~~~ 18 | int sp; | ~~~~~~~ 19 | | 20 | char read_ch() { | ~~~~~~~~~~~~~~~~ 21 | ++sp; | ~~~~~ 22 | if (sp == 4096) { | ~~~~~~~~~~~~~~~~~ 23 | sp = 0; | ~~~~~~~ 24 | fread(buff, 1, 4096, fin); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 25 | } | ~ 26 | return buff[sp]; | ~~~~~~~~~~~~~~~~ 27 | } | ~ 28 | | 29 | public: | ~~~~~~~
Test Timp executie Memorie folosita Mesaj Punctaj/test Punctaj/grupa
10ms184kbCorect!1010
20ms184kbCorect!1010
30ms184kbCorect!1010
40ms184kbCorect!1010
50ms184kbCorect!1010
60ms184kbCorect!1010
75ms184kbCorect!1010
8302ms1835kbTime limit exceeded00
9303ms1757kbTime limit exceeded0
10304ms1757kbTime limit exceeded0
Punctaj total70

Ceva nu functioneaza?