| Problem | psle |
|---|---|
| User | beefburger |
| Submission Time | 2026-01-29 08:29:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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