Problem | lis |
---|---|
User | RandomCtfNoob |
Submission Time | 2025-02-12 16:06:58 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis.cpp:3:67: error: expected ‘)’ before ‘;’ token
3 | int loopy(int inde, int count, int bignum,int num, int arr[],int n;vector<int> result){
| ~ ^
| )
lis.cpp:3:86: error: expected initializer before ‘)’ token
3 | int loopy(int inde, int count, int bignum,int num, int arr[],int n;vector<int> result){
| ^
lis.cpp: In function ‘int main()’:
lis.cpp:21:2: error: expected initializer before ‘for’
21 | for (int i = 0; i < n; i++){
| ^~~
lis.cpp:21:18: error: ‘i’ was not declared in this scope
21 | for (int i = 0; i < n; i++){
| ^
lis.cpp:29:42: error: ‘arr’ was not declared in this scope
29 | vector<int> dat = loopy(0,count,bignum,arr[0],arr,