Borderou de evaluare (job #398010)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Simetrie | Compilator | cpp |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 28 oct. 2018 16:56:50 | Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:22:8: error: redefinition of ‘struct nod’
user.cpp:5:8: error: previous definition of ‘struct nod’
user.cpp:26:6: error: redefinition of ‘nod* prim’
user.cpp:9:6: error: ‘nod* prim’ previously declared here
user.cpp:26:13: error: redefinition of ‘nod* ultim’
user.cpp:9:13: error: ‘nod* ultim’ previously declared here
user.cpp: In function ‘void sterge_lista()’:
user.cpp:27:6: error: redefinition of ‘void sterge_lista()’
user.cpp:10:6: error: ‘void sterge_lista()’ previously defined here
user.cpp: In function ‘int main()’:
user.cpp:55:23: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
user.cpp:57:27: warning: ignoring return value of ‘int fscanf(FILE*, const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]