Problem | psle |
---|---|
User | NotTYR |
Submission Time | 2024-02-28 16:42:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
psle.cpp: In function ‘int main()’:
psle.cpp:6:8: error: declaration of ‘a’ as multidimensional array must have bounds for all dimensions except the first
6 | int a[][] = {{91,100},{75,90},{60,74},{50,59},{35,49},{20,34},{0,19}};
| ^
psle.cpp:7:15: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
7 | int c[] = {"A*","A","B","C","D","E","U"};
| ^~~~
| |
| const char*
psle.cpp:7:20: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
7 | int c[] = {"A*","A","B","C","D","E","U"};
| ^~~
| |
| const char*
psle.cpp:7:24: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive]
7 | int c[] = {"A*","A","B","C","D","E","U"};
| ^~~
| |
|