Problem squidzofrenzic
User justin271828
Submission Time 2023-06-11 18:16:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

squidzofrenzic.cpp:4:35: error: use of parameter outside function body before ‘]’ token
4 | int isvalid(int n, int m, int b [n], int A) {
| ^
squidzofrenzic.cpp:4:36: error: expected ‘)’ before ‘,’ token
4 | int isvalid(int n, int m, int b [n], int A) {
| ~ ^
| )
squidzofrenzic.cpp:4:38: error: expected unqualified-id before ‘int’
4 | int isvalid(int n, int m, int b [n], int A) {
| ^~~