Problem exam
User jasmine
Submission Time 2023-11-08 11:11:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:5:2: error: expected initializer before ‘cin’
5 | cin >> a, b, c;
| ^~~
exam.cpp:6:5: error: ‘a’ was not declared in this scope
6 | if(a = 1){
| ^
exam.cpp:10:10: error: ‘b’ was not declared in this scope
10 | cin >> b >> c;
| ^
exam.cpp:10:15: error: ‘c’ was not declared in this scope
10 | cin >> b >> c;
| ^