Problem lunchbox
User claireau
Submission Time 2023-11-15 13:51:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:11:9: error: ‘pq’ cannot be used as a function
11 | if(pq(0) < N){
| ^
lunchbox.cpp:12:6: error: ‘pq’ cannot be used as a function
12 | pq() + 1;
| ^
lunchbox.cpp:13:7: error: no match for ‘operator>>’ (operand types are ‘std::istream’ {aka ‘std::basic_istream<char>’} and ‘int [m]’)
13 | cin >> pq;
| ~~~ ^~ ~~
| | |
| | int [m]
| std::istream {aka std::basic_istream<char>}
In file included 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 lunchbox.cpp:1:
/usr/include/c++/9/istream:168:7: note: candidate: ‘std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_C