Borderou de evaluare (job #713086)

Utilizator avatar Horia_haivas Haivas Horia Horia_haivas IP ascuns
Problemă Tuburi (clasa a 7-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 28 mar. 2023 22:19:48 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int roll2(int, int, int, int)': main.cpp:145:13: warning: variable 'idk' set but not used [-Wunused-but-set-variable] 145 | int l,c,idk; | ^~~ main.cpp: In function 'int main()': main.cpp:189:9: error: 'class InParser' has no member named 'tie' 189 | fin.tie(0); | ^~~ main.cpp:191:27: warning: unused variable 'l' [-Wunused-variable] 191 | int i,j,cer,k,b,js,ts,l,c,h; | ^ main.cpp:191:29: warning: unused variable 'c' [-Wunused-variable] 191 | int i,j,cer,k,b,js,ts,l,c,h; | ^ main.cpp: In member function 'char InParser::read_ch()': main.cpp:22:30: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 22 | fread(buff, 1, 4096, fin); | ~~~~~^~~~~~~~~~~~~~~~~~~~