Problem lis
User RandomCtfNoob
Submission Time 2025-02-12 16:07:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis.cpp:3:60: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
3 | int loopy(int inde, int count, int bignum,int num, int arr[n],int n;vector<int> result){
| ^
| yn
lis.cpp:3:62: error: expected ‘)’ before ‘,’ token
3 | int loopy(int inde, int count, int bignum,int num, int arr[n],int n;vector<int> result){
| ~ ^
| )
lis.cpp:3:63: error: expected unqualified-id before ‘int’
3 | int loopy(int inde, int count, int bignum,int num, int arr[n],int n;vector<int> result){
| ^~~
lis.cpp:3:87: error: expected initializer before ‘)’ token
3 | int loopy(int inde, int count, int bignum,int nu