| Problem | evenorodd_ex |
|---|---|
| User | Tianrui |
| Submission Time | 2025-12-03 10:30:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
evenorodd_ex.cpp: In function ‘int main()’:
evenorodd_ex.cpp:20:8: error: no match for ‘operator%’ (operand types are ‘std::vector<int>’ and ‘int’)
20 | if (v%2==1){
| ~^~
| | |
| | int
| std::vector<int>