Borderou de evaluare (job #584037)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Ore (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 2 mar. 2021 20:55:10 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:4:5: warning: built-in function 'fmin' declared as non-function [-Wbuiltin-declaration-mismatch]
4 | int fmin[10], fmax[10];
| ^~~~
main.cpp:4:15: warning: built-in function 'fmax' declared as non-function [-Wbuiltin-declaration-mismatch]
4 | int fmin[10], fmax[10];
| ^~~~
main.cpp: In function 'int main()':
main.cpp:113:13: error: expected '}' at end of input
113 | return 0;
| ^
main.cpp:7:1: note: to match this '{'
7 | {
| ^