Problem | boring |
---|---|
User | eulerleonhardfan |
Submission Time | 2023-11-05 12:09:45 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
boring.cpp: In function ‘int32_t main()’:
boring.cpp:49:10: error: request for member ‘begin’ in ‘v’, which is of non-class type ‘std::vector<long long int> [distincts]’
49 | sort(v.begin(), v.end());
| ^~~~~
boring.cpp:49:21: error: request for member ‘end’ in ‘v’, which is of non-class type ‘std::vector<long long int> [distincts]’
49 | sort(v.begin(), v.end());
| ^~~