Problem exam
User caslyn
Submission Time 2026-06-22 16:15:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:4:2: error: ‘intx’ was not declared in this scope; did you mean ‘int’?
4 | intx;
| ^~~~
| int
exam.cpp:5:7: error: ‘x’ was not declared in this scope
5 | cin>>x;
| ^