Borderou de evaluare (job #700835)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Abc 1 (clasa a 9-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 4 mar. 2023 19:38:21 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:12:9: error: 'pow' was not declared in this scope
12 | pow(pow(a,b),c);
| ^~~
main.cpp:12:5: error: 'pow' was not declared in this scope
12 | pow(pow(a,b),c);
| ^~~
main.cpp:10:15: warning: unused variable 'ab' [-Wunused-variable]
10 | int a,b,c,ab,cc;
| ^~
main.cpp:10:18: warning: unused variable 'cc' [-Wunused-variable]
10 | int a,b,c,ab,cc;
| ^~