/in/foo.cc: In function 'bool bh(int, int*)':
/in/foo.cc:8:30: warning: 'sizeof' on array function parameter 'b' will return size of 'int*' [-Wsizeof-array-argument]
8 | for(int i=0;i<sizeof(b);i++)
| ~^~
/in/foo.cc:6:19: note: declared here
6 | bool bh(int a,int b[100000])
| ~~~~^~~~~~~~~
/in/foo.cc:8:22: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
8 | for(int i=0;i<sizeof(b);i++)
| ~^~~~~~~~~~
VJ4Error('ProblemDataNotFoundError', '题目 1048 的数据未找到。', 'nnu_contest', 1048)