Problem | lis |
---|---|
User | RandomCtfNoob |
Submission Time | 2025-02-12 16:08:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lis.cpp: In function ‘int main()’:
lis.cpp:29:67: error: expected primary-expression before ‘result’
29 | vector<int> dat = loopy(0,count,bignum,arr[0],arr,n,vector<int> result);
| ^~~~~~
lis.cpp:30:17: error: could not convert ‘dat’ from ‘std::vector<int>’ to ‘bool’
30 | for (int ddd; dat){
| ^~~
| |
| std::vector<int>
lis.cpp:30:20: error: expected ‘;’ before ‘)’ token
30 | for (int ddd; dat){
| ^
| ;