Borderou de evaluare (job #2694719)
Utilizator | Data | 10 ianuarie 2021 16:36:55 | |
---|---|---|---|
Problema | Trie | Status | done |
Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:3:12: error: expected identifier before '(' token
#define ui (unsigned int);
^
main.cpp:26:21: note: in expansion of macro 'ui'
void add(Trie *nod, ui i)
^~
main.cpp:3:26: error: expected ')' before ';' token
#define ui (unsigned int);
^
main.cpp:26:21: note: in expansion of macro 'ui'
void add(Trie *nod, ui i)
^~
main.cpp:26:24: error: 'i' does not name a type
void add(Trie *nod, ui i)
^
main.cpp:3:12: error: expected identifier before '(' token
#define ui (unsigned int);
^
main.cpp:39:20: note: in expansion of macro 'ui'
int del(Trie *nod, ui i)
^~
main.cpp:3:26: error: expected ')' before ';' token
#define ui (unsigned int);
^
main.cpp:39:20: note: in expansion of macro 'ui'
int del(Trie *nod, ui i)
^~
main.cpp:39:23: error: 'i' does not name a type
int del(Trie *nod, ui i)
^
main.cpp:3:12: error: expected identifier before '(' token
#define ui (unsigned int);
^
main.cpp:56:22: note: in expansion of macro 'ui'
int query(Trie *nod, ui i)
^~
main.cpp:3:26: error: expected ')' before ';' token
#define ui (unsigned int);
^
main.cpp:56:22: note: in expansion of macro 'ui'
int query(Trie *nod, ui i)
^~
main.cpp:56:25: error: 'i' does not name a type
int query(Trie *nod, ui i)
^
main.cpp:3:12: error: expected identifier before '(' token
#define ui (unsigned int);
^
main.cpp:64:23: note: in expansion of macro 'ui'
int prefix(Trie *nod, ui i, int k)
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !