| Problem | pandaeyes |
|---|---|
| User | siglaptomarymount |
| Submission Time | 2026-04-21 09:21:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
pandaeyes.cpp: In function ‘int main()’:
pandaeyes.cpp:20:13: error: conflicting declaration ‘auto p’
20 | map[p]++;
| ^
pandaeyes.cpp:19:24: note: previous declaration as ‘std::pair<long long int, long long int> p’
19 | pair<int, int> p; cin >> p.first >> p.second;
| ^
pandaeyes.cpp:20:15: error: expected initializer before ‘++’ token
20 | map[p]++;
| ^~
pandaeyes.cpp:21:27: error: missing template arguments before ‘[’ token
21 | ans = max(ans, map[p]);
| ^