Borderou de evaluare (job #690597)

Utilizator avatar abcba ounfinrio abcba IP ascuns
Problemă Skyline (clasa a 7-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 27 ian. 2023 00:02:27 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:17:14: error: ordered comparison of pointer with integer zero ('ll*' {aka 'long long int*'} and 'int') 17 | if(l > 0) { | ~~^~~ main.cpp:11:12: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 11 | freopen("skyline.in", "r", stdin); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ main.cpp:12:12: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 12 | freopen("skyline.out", "w", stdout); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~