Problem nerdinvitation
User om2024
Submission Time 2024-08-01 15:54:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nerdinvitation.cpp: In function ‘int main()’:
nerdinvitation.cpp:9:12: error: no match for ‘operator[]’ (operand types are ‘std::pair<int, int>’ and ‘int’)
9 | cin >> p1[i].first >> p1[i].second;
| ^
nerdinvitation.cpp:9:27: error: no match for ‘operator[]’ (operand types are ‘std::pair<int, int>’ and ‘int’)
9 | cin >> p1[i].first >> p1[i].second;
| ^
nerdinvitation.cpp:12:8: error: no match for ‘operator<<’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘std::pair<int, int>’)
12 | cout<<p1;
| ~~~~^~~~
| | |
| | std::pair<int, int>
| std::ostream {aka std::basic_ostream<char>}
In file included from /usr/include/c++/9/istream:39,
from /usr/include/c++/9/sstream:38,
from /usr/include/c++/9/complex:45,