Borderou de evaluare (job #688740)

Utilizator avatar axenie abchihba axenie IP ascuns
Problemă Copii (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 19 ian. 2023 18:57:52 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:16:5: error: 'freoepn' was not declared in this scope; did you mean 'freopen'? 16 | freoepn("copii.out", "w", stdout); | ^~~~~~~ | freopen main.cpp:40:18: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'unsigned int'} [-Wsign-compare] 40 | if(i == ans.length()) break; | ~~^~~~~~~~~~~~~~~ main.cpp:15:12: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result] 15 | freopen("copii.in", "r", stdin); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~