Problem | dateornot |
---|---|
User | trowler |
Submission Time | 2024-02-28 14:57:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dateornot.cpp: In function ‘std::vector<std::pair<int, int> > find_dates(int, int, int)’:
dateornot.cpp:25:15: error: ‘n’ was not declared in this scope
25 | if(iwant(i, n) == iwant(i + 1, n))continue;
| ^