Borderou de evaluare (job #683531)

Utilizator avatar AlexandruCondorache Condorache Alexandru AlexandruCondorache IP ascuns
Problemă Forus (clasa a 5-a) Compilator cpp-32
Rundă lasm_21_12_2022_cl12 Status evaluat
Dată 21 dec. 2022 17:24:30 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int solve(long long int)': main.cpp:40:24: error: 'dm' was not declared in this scope; did you mean 'd'? 40 | else if(d==dm && x<nr) nr=x; | ^~ | d main.cpp: In function 'int main()': main.cpp:53:9: error: 'fin' was not declared in this scope; did you mean 'sin'? 53 | fin>>n; | ^~~ | sin main.cpp:47:16: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 47 | freopen("forus.in","r",stdin); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ main.cpp:48:16: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 48 | freopen("forus.out","w",stdout); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~