Problem | fraud |
---|---|
User | Vinayak01 |
Submission Time | 2024-03-15 11:43:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fraud.cpp: In function ‘std::string is_possible_fraud(int, std::vector<int>&, std::vector<int>&)’:
fraud.cpp:10:5: error: ‘iota’ was not declared in this scope
10 | iota(sorted_indices.begin(), sorted_indices.end(), 0);
| ^~~~