Borderou de evaluare (job #2216371)

Utilizator PetyAlexandru Peticaru Pety Data 26 iunie 2018 15:14:57
Problema Spion Status done
Runda Arhiva de probleme Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp: In function ‘int logpow(int, int)’: user.cpp:15:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] if (b & 1) ^~ user.cpp:17:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’ b >>= 1; ^ user.cpp: In function ‘int comb(int, int)’: user.cpp:26:12: error: unable to find numeric literal operator ‘operator""lL’ f[i] = 1lL * f[i - 1] * i % mod; ^~~ user.cpp:26:12: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes user.cpp: In function ‘int main()’: user.cpp:34:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = 0; i < s.size(); i++) { ~~^~~~~~~~~~

Ceva nu functioneaza?