boat.cpp:1:24: error: attribute(target("O3")) is unknown
#pragma GCC target("O3")
^
boat.cpp:2:28: warning: bad option '-favx2' to pragma 'optimize' [-Wpragmas]
#pragma GCC optimize("avx2")
^
boat.cpp:19:10: warning: bad option '-favx2' to attribute 'optimize' [-Wattributes]
int main(){
^
boat.cpp: In function 'int main()':
boat.cpp:34:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0; i<zaatu.size(); i++){
~^~~~~~~~~~~~~
boat.cpp:21:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &N);
~~~~~^~~~~~~~~~
boat.cpp:23:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d%d", a+i, b+i);
~~~~~^~~~~~~~~~~~~~~~~~