Borderou de evaluare (job #2848596)
Utilizator | Data | 12 februarie 2022 21:17:09 | |
---|---|---|---|
Problema | Ciurul lui Eratosthenes | Status | done |
Runda | Arhiva educationala | Compilator | c-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.c: In function 'main':
main.c:30:18: error: 'sq' undeclared (first use in this function)
30 | set_bit(sq);
| ^~
main.c:11:24: note: in definition of macro 'set_bit'
11 | #define set_bit(x) ( a[x>>3] |= (1 << (x & 0x7)) )
| ^
main.c:30:18: note: each undeclared identifier is reported only once for each function it appears in
30 | set_bit(sq);
| ^~
main.c:11:24: note: in definition of macro 'set_bit'
11 | #define set_bit(x) ( a[x>>3] |= (1 << (x & 0x7)) )
| ^
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !