Problem psle
User Ananya5972
Submission Time 2024-06-24 14:31:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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;
| ^~~