Problem psle
User Aryankcode2024
Submission Time 2024-06-20 10:09:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:5:5: error: ‘cout’ was not declared in this scope
5 | cout << "Enter the score: ";
| ^~~~
psle.cpp:6:5: error: ‘cin’ was not declared in this scope
6 | cin >> score;
| ^~~