Borderou de evaluare (job #2073910)
Utilizator | Data | 23 noiembrie 2017 20:35:34 | |
---|---|---|---|
Problema | Bacterii2 | Status | done |
Runda | Arhiva ICPC | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘void precomputeRoots()’:
user.cpp:45:35: error: ‘Point’ was not declared in this scope
w[0][1] = w[1][1] = Point(1, 0);
^
user.cpp:47:15: error: expected ‘;’ before ‘W0’
Point W0(2.0 * PI / (1 << k));
^
user.cpp:48:15: error: expected ‘;’ before ‘W1’
Point W1 = conj(W0);
^
user.cpp:51:64: error: ‘W0’ was not declared in this scope
w[0][2 * i] = w[0][i], w[0][2 * i + 1] = w[0][i] * W0;
^
user.cpp:52:64: error: ‘W1’ was not declared in this scope
w[1][2 * i] = w[1][i], w[1][2 * i + 1] = w[1][i] * W1;
^
user.cpp: At global scope:
user.cpp:66:10: error: variable or field ‘fft’ declared void
void fft(Point v[], const int BITS, const bool inv = false) {
^
user.cpp:66:10: error: ‘Point’ was not declared in this scope
user.cpp:66:21: error: expected primary-expression before ‘const’
void fft(Point v[], const int BITS, const bool inv = false) {
^
user.cpp:66:37: error: expected primary-expression before ‘const’
void fft(Point v[], const int BITS, const bool inv = false) {
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !