Borderou de evaluare (job #756781)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Test (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 21 ian. 2024 21:16:39 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:14:10: warning: statement has no effect [-Wunused-value]
14 | b/10;
| ~^~~
main.cpp:17:22: error: expression list treated as compound expression in initializer [-fpermissive]
17 | double klpt(10, k);
| ^
main.cpp:17:17: warning: left operand of comma operator has no effect [-Wunused-value]
17 | double klpt(10, k);
| ^~