Problem mathexam
User Mimikyu
Submission Time 2024-05-11 11:43:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mathexam.cpp: In function ‘int main()’:
mathexam.cpp:25:54: error: ‘aa’ was not declared in this scope; did you mean ‘a’?
25 | cout << fixed << setprecision(2) << sqrt(aa + bb) << "\n";
| ^~
| a
mathexam.cpp:25:59: error: ‘bb’ was not declared in this scope; did you mean ‘b’?
25 | cout << fixed << setprecision(2) << sqrt(aa + bb) << "\n";
| ^~
| b
mathexam.cpp:28:18: error: ‘bb’ was not declared in this scope; did you mean ‘b’?
28 | if ((bb - 4*a*(a-b)) < 0){
| ^~
| b
mathexam.cpp:32:107: error: unable to find numeric literal operator ‘operator""a’
32 |