Borderou de evaluare (job #813826)

Utilizator avatar andreicorbu Corbu Andrei andreicorbu IP ascuns
Problemă Semipalindrom Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 11 mar. 2025 18:46:47 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:25:12: error: 'nrCif' was not declared in this scope; did you mean 'nrcif'? 25 | if(nrCif(n) == 9) | ^~~~~ | nrcif main.cpp:27:40: error: unable to find numeric literal operator 'operator""i' 27 | for(int i=1; i<=nrcif(n)/2+3i++) | ^~ main.cpp:27:40: note: add 'using namespace std::complex_literals' (from '<complex>') to enable the C++14 user-defined literal suffixes main.cpp:27:44: error: expected ';' before ')' token 27 | for(int i=1; i<=nrcif(n)/2+3i++) | ^ | ;