Problem | psle |
---|---|
User | Ananya5972 |
Submission Time | 2024-06-24 14:30:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:3:5: error: ‘cout’ was not declared in this scope
3 | cout << "Enter the score: ";
| ^~~~
psle.cpp:4:5: error: ‘cin’ was not declared in this scope
4 | cin >> s;
| ^~~
psle.cpp:7:25: error: ‘endl’ was not declared in this scope
7 | cout << "A*" << endl;
| ^~~~
psle.cpp:9:24: error: ‘endl’ was not declared in this scope
9 | cout << "A" << endl;
| ^~~~
psle.cpp:11:24: error: ‘endl’ was not declared in this scope
11 | cout << "B" << endl;
| ^~~~
psle.cpp:13:24: error: ‘endl’ was not declared in this scope
13 | cout << "C" << endl;
| ^~~~
psle.cpp:15:24: error: ‘endl’ was not declared in this scope
15 | cout << "D"