Problem | thanossort |
---|---|
User | penguin133 |
Submission Time | 2023-01-13 09:35:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
thanossort.cpp:1:2: error: invalid preprocessing directive #inlcude; did you mean #include?
1 | #inlcude <bits/stdc++.h>
| ^~~~~~~
| include
thanossort.cpp: In function ‘int thanosSort(int)’:
thanossort.cpp:13:20: error: ‘min’ was not declared in this scope
13 | else ans = min(ans, (cnt & -cnt)), cnt = 1;
| ^~~
thanossort.cpp:16:11: error: ‘min’ was not declared in this scope
16 | ans = min(ans, (cnt & -cnt));
| ^~~