| Problem | cny |
|---|---|
| User | brat |
| Submission Time | 2025-11-10 00:11:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cny.cpp: In function ‘int main()’:
cny.cpp:10:9: error: request for member ‘begin’ in ‘v’, which is of non-class type ‘long long int’
10 | sort(v.begin(), v.end(), greater<int>());
| ^~~~~
cny.cpp:10:20: error: request for member ‘end’ in ‘v’, which is of non-class type ‘long long int’
10 | sort(v.begin(), v.end(), greater<int>());
| ^~~
cny.cpp:11:24: error: request for member ‘size’ in ‘v’, which is of non-class type ‘long long int’
11 | for(int i=0;i<min(m,v.size());i++){
| ^~~~