Problem topical
User HighLithop
Submission Time 2024-01-22 20:41:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

topical.cpp:41:5: error: expected identifier before numeric constant
41 | num[2000000] requirementsNgains;
| ^~~~~~~
topical.cpp:41:5: error: expected ‘]’ before numeric constant
41 | num[2000000] requirementsNgains;
| ^~~~~~~
| ]
topical.cpp:41:4: error: structured binding declaration cannot have type ‘long long int’
41 | num[2000000] requirementsNgains;
| ^
topical.cpp:41:4: note: type must be cv-qualified ‘auto’ or reference to cv-qualified ‘auto’
topical.cpp:41:4: error: empty structured binding declaration
topical.cpp:41:14: error: expected initializer before ‘requirementsNgains’
41 | num[2000000] requirementsNgains;
| ^~~~~~~~~~~~~~~~~~
topical.cpp:42:5: error: expected identifier before numeric constant
42 | num[1000000] skill;
| ^~~~~~~
topical.cpp:42:5: error: expected ‘]’ before numeric constant
42 | num[1000000] skill;
|