Borderou de evaluare (job #813827)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Semipalindrom | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 11 mar. 2025 18:47:16 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
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++)
| ^
| ;