Problem psle
User WinsonChauu
Submission Time 2025-05-05 20:41:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:20:6: error: ‘cour’ was not declared in this scope
20 | cour << "U" << endl;
| ^~~~
psle.cpp:23:9: error: expected ‘}’ at end of input
23 | return 0;
| ^
psle.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^