Problem psle
User WangZ
Submission Time 2025-04-13 12:55:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:6:3: error: ‘cont’ was not declared in this scope
6 | cont >> "A*";
| ^~~~
psle.cpp:8:3: error: ‘cont’ was not declared in this scope
8 | cont >> "A";
| ^~~~
psle.cpp:10:3: error: ‘cont’ was not declared in this scope
10 | cont >> "B";
| ^~~~
psle.cpp:12:3: error: ‘cont’ was not declared in this scope
12 | cont >> "C";
| ^~~~
psle.cpp:14:3: error: ‘cont’ was not declared in this scope
14 | cont >> "D";
| ^~~~
psle.cpp:16:3: error: ‘cont’ was not declared in this scope
16 | cont >> "E";
| ^~~~
psle.cpp:18:3: error: ‘cont’ was not declared in this scope
18 | cont >> "U";
| ^~~~