Problem exam
User cheryll
Submission Time 2023-08-17 09:24:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:5:10: error: ‘x’ was not declared in this scope
5 | cin >> x >> y >> z
| ^
exam.cpp:5:15: error: ‘y’ was not declared in this scope
5 | cin >> x >> y >> z
| ^
exam.cpp:5:20: error: ‘z’ was not declared in this scope
5 | cin >> x >> y >> z
| ^