Problem exam
User valhize
Submission Time 2024-12-09 19:03:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:6:2: error: expected initializer before ‘double’
6 | double b, c;
| ^~~~~~
exam.cpp:7:12: error: ‘a’ was not declared in this scope
7 | cin >> a;
| ^
exam.cpp:13:20: error: ‘b’ was not declared in this scope
13 | cin >> b >> c;
| ^
exam.cpp:13:25: error: ‘c’ was not declared in this scope
13 | cin >> b >> c;
| ^