Problem | psle |
---|---|
User | Joashhh |
Submission Time | 2023-02-19 10:33:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp:1:2: error: invalid preprocessing directive #incude; did you mean #include?
1 | #incude <iostream>
| ^~~~~~
| include
psle.cpp: In function ‘int main()’:
psle.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin >> a;
| ^~~
psle.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #incude <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:9:3: error: ‘cout’ was not declared in this scope
9 | cout << "A";
| ^~~~
psle.cpp:9:3: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
psle.cpp:11:3: error: ‘cout