Problem | psle |
---|---|
User | penguin1234 |
Submission Time | 2024-07-04 11:29:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:3:3: error: ‘cin’ was not declared in this scope
3 | cin >> score;
| ^~~
psle.cpp:5:5: error: ‘cout’ was not declared in this scope
5 | cout << "A*" << endl;
| ^~~~
psle.cpp:5:21: error: ‘endl’ was not declared in this scope
5 | cout << "A*" << endl;
| ^~~~
psle.cpp:7:5: error: ‘cout’ was not declared in this scope
7 | cout << "A" << endl;
| ^~~~
psle.cpp:7:20: error: ‘endl’ was not declared in this scope
7 | cout << "A" << endl;
| ^~~~
psle.cpp:9:5: error: ‘cout’ was not declared in this scope
9 | cout << "B" << endl;
| ^~~~
psle.cpp:9:20: error: ‘endl’ was not declared in this scope
9 | cout << "B" << endl;
| ^~~~
psle.cpp:11:5: erro