Problem psle
User Ronaldo7
Submission Time 2026-06-22 16:27:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:4:7: error: ‘x’ was not declared in this scope
4 | cin>>x;
| ^
psle.cpp:18:12: error: expected ‘}’ at end of input
18 | cout<<"U";
| ^
psle.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^