Problem psle
User ryelin
Submission Time 2023-11-08 10:54:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
psle.cpp: In function ‘int main()’:
psle.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin >> s;
| ^~~
psle.cpp:7:3: error: ‘cout’ was not declared in this scope
7 | cout << "A*";
| ^~~~
psle.cpp:9:3: error: ‘cout’ was not declared in this scope
9 | cout << "A";
| ^~~~
psle.cpp:11:3: error: ‘cout’ was not declared in this scope
11 | cout << "B";
| ^~~~
psle.cpp:13:3: error: ‘cout’ was not declared in this scope
13 | cout << "C";
| ^~~~
psle.cpp:15:3: error: ‘cout’ was not declared in this scope
15 | cout << "D";
| ^~~~
psle.cpp:17:3: error: ‘cout’ was not declared in this scope
17 | cout << "E";
| ^~~~
psle.cpp:19:3: error: ‘cout’ was not declared in this scope