0_0_28844347_27948.cpp: In function 'bool cmp(p, p)':
0_0_28844347_27948.cpp:9:13: error: no matching function for call to 'p::p(bool)'
p(al.j>bl.j)
^
0_0_28844347_27948.cpp:9:13: note: candidates are:
0_0_28844347_27948.cpp:3:8: note: p::p()
struct p{
^
0_0_28844347_27948.cpp:3:8: note: candidate expects 0 arguments, 1 provided
0_0_28844347_27948.cpp:3:8: note: constexpr p::p(const p&)
0_0_28844347_27948.cpp:3:8: note: no known conversion for argument 1 from 'bool' to 'const p&'
0_0_28844347_27948.cpp:3:8: note: constexpr p::p(p&&)
0_0_28844347_27948.cpp:3:8: note: no known conversion for argument 1 from 'bool' to 'p&&'
0_0_28844347_27948.cpp: In function 'int main()':
0_0_28844347_27948.cpp:20:9: error: 'bg' was not declared in this scope
cin>>bg[i].bh>>s1[i].r>>s1[i].j;
^
|