Problem | psle |
---|---|
User | crazy0215 |
Submission Time | 2024-11-07 19:03:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream>
| ^~~~~~~
psle.cpp: In function ‘int main()’:
psle.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin >> s;
| ^~~
psle.cpp:8:3: error: ‘cout’ was not declared in this scope
8 | cout << "A*";
| ^~~~
psle.cpp:11:3: error: ‘cout’ was not declared in this scope
11 | cout << "A";
| ^~~~
psle.cpp:14:3: error: ‘cout’ was not declared in this scope
14 | cout "B";
| ^~~~
psle.cpp:17:3: error: ‘cout’ was not declared in this scope
17 | cout << "C";
| ^~~~
psle.cpp:20:3: error: ‘cout’ was not declared in this scope
20 | cout << "D";
| ^~~~
psle.cpp:23:3: error: ‘cout’ was not declared in this scope
23 | cout << "E";
| ^~~~
psle.cpp:26:3: error: ‘cout’ was not declared in this scope
26 | cout