Problem psle
User jiazethesigma
Submission Time 2025-10-25 11:49:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:8:2: error: expected ‘,’ or ‘;’ before ‘string’
8 | string grades[7] = {"A*","A","B","C","D","E","U"}
| ^~~~~~
psle.cpp:13:10: error: ‘grades’ was not declared in this scope
13 | cout<<grades[i];
| ^~~~~~