Problem | psle |
---|---|
User | Aryankcode2024 |
Submission Time | 2024-06-20 10:10:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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;
| ^~~
psle.cpp:23:5: error: ‘total’ was not declared in this scope
23 | total= 0
| ^~~~~