Problem psle
User Ast8ine
Submission Time 2026-02-14 21:47:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp:1:2: error: invalid preprocessing directive #includie; did you mean #include?
1 | #includie <iostream>
| ^~~~~~~~
| include
psle.cpp: In function ‘int main()’:
psle.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin >> n;
| ^~~
psle.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #includie <iostream>
psle.cpp:7:3: error: ‘cout’ was not declared in this scope
7 | cout << "A*";
| ^~~~
psle.cpp:7:3: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
psle.cpp:10:3: error: ‘cout’ was not declared in this scope
10 | cout << "A";
| ^~~~
psle.cpp:10:3: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
psle.cpp:13:3: er