Problem psle
User herngr3y
Submission Time 2026-03-27 15:39:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:9:24: error: ‘end1’ was not declared in this scope
9 | cout << n << "A*" << end1;
| ^~~~
psle.cpp:11:23: error: ‘end1’ was not declared in this scope
11 | cout << n << "A" << end1;
| ^~~~
psle.cpp:13:23: error: ‘end1’ was not declared in this scope
13 | cout << n << "B" << end1;
| ^~~~
psle.cpp:15:23: error: ‘end1’ was not declared in this scope
15 | cout << n << "C" << end1;
| ^~~~
psle.cpp:17:23: error: ‘end1’ was not declared in this scope
17 | cout << n << "D" << end1;
| ^~~~
psle.cpp:19:23: error: ‘end1’ was not declared in this scope
19 | cout << n << "C" << end1;
| ^~~~
psle.c