| Problem | typo |
|---|---|
| User | IyasM |
| Submission Time | 2025-12-06 17:29:57 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
typo.cpp: In function ‘int main()’:
typo.cpp:10:48: error: ‘class std::vector<std::pair<long long int, char> >’ has no member named ‘first’
10 | if ((dc.size() == 2) && (dc[1].first == dc.first[0]+1)) cout << "Yes";
| ^~~~~