Problem psle
User NotTYR
Submission Time 2024-02-28 16:42:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

psle.cpp: In function ‘int main()’:
psle.cpp:6:8: error: scalar object ‘a’ requires one element in initializer
6 | int a = {{91,100},{75,90},{60,74},{50,59},{35,49},{20,34},{0,19}};
| ^
psle.cpp:7:8: error: scalar object ‘c’ requires one element in initializer
7 | int c = {"A*","A","B","C","D","E","U"};
| ^