Problem gentlepairs
User Khai
Submission Time 2024-06-28 16:38:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gentlepairs.cpp: In function ‘int main()’:
gentlepairs.cpp:14:25: error: expected ‘;’ before ‘i’
14 | for (int i =0; i < n i++){
| ^~
| ;
gentlepairs.cpp:22:8: error: no match for ‘operator<<’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘std::pair<int, int>’)
22 | 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,
from /usr/include/c++/9/ccomplex:39,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:54,
from gentlepairs.cpp:1:
/usr/include/c++/9/ostream:108:7: note: candidate: ‘std::basic_ostream&