Problem psle
User beefburger
Submission Time 2026-01-29 08:29:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:7:22: error: cannot convert ‘const char*’ to ‘char**’ in initialization
7 | char** grades[7] = {"A*", "A", "B", "C", "D", "E", "U"};
| ^~~~
| |
| const char*
psle.cpp:7:28: error: cannot convert ‘const char*’ to ‘char**’ in initialization
7 | char** grades[7] = {"A*", "A", "B", "C", "D", "E", "U"};
| ^~~
| |
| const char*
psle.cpp:7:33: error: cannot convert ‘const char*’ to ‘char**’ in initialization
7 | char** grades[7] = {"A*", "A", "B", "C", "D", "E", "U"};
| ^~~
| |
| const char*
psle.cpp:7:38: error: cannot convert ‘const char*’ to ‘char**’ in initialization
7 | char** grades[7