building.cpp:63:27: error: stray '#' in program
63 | for (int i=1;i<=n;i++)#include <bits/stdc++.h>
| ^
building.cpp: In function 'int main()':
building.cpp:63:28: error: 'include' was not declared in this scope
63 | for (int i=1;i<=n;i++)#include <bits/stdc++.h>
| ^~~~~~~
building.cpp:63:37: error: 'bits' was not declared in this scope
63 | for (int i=1;i<=n;i++)#include <bits/stdc++.h>
| ^~~~
building.cpp:63:42: error: 'stdc' was not declared in this scope; did you mean 'std'?
63 | for (int i=1;i<=n;i++)#include <bits/stdc++.h>
| ^~~~
| std
building.cpp:64:9: error: '#pragma' is not allowed here
64 | #pragma GCC optimize("O3")
| ^~~
building.cpp:71:1: error: a function-definition is not allowed here before '{' token
71 | {
| ^
building.cpp:86:1: error: a function-definition is not allowed here before '{' token
86 | {
| ^
building.cpp:90:1: error: a function-definition is not allowed here before '{' token
90 | {
| ^
building.cpp:116:1: error: a function-definition is not allowed here before '{' token
116 | {
| ^
building.cpp:142:25: error: 'i' was not declared in this scope
142 | scanf("%lld",&w[i]);
| ^
building.cpp:69:4: warning: unused variable 'res' [-Wunused-variable]
69 | ll res,n,h[200005],w[200005],max1[200005],pre,dp[200005];
| ^~~
building.cpp:69:8: warning: unused variable 'n' [-Wunused-variable]
69 | ll res,n,h[200005],w[200005],max1[200005],pre,dp[200005];
| ^
building.cpp:69:10: warning: unused variable 'h' [-Wunused-variable]
69 | ll res,n,h[200005],w[200005],max1[200005],pre,dp[200005];
| ^
building.cpp:69:30: warning: unused variable 'max1' [-Wunused-variable]
69 | ll res,n,h[200005],w[200005],max1[200005],pre,dp[200005];
| ^~~~
building.cpp:69:47: warning: unused variable 'dp' [-Wunused-variable]
69 | ll res,n,h[200005],w[200005],max1[200005],pre,dp[200005];
| ^~
building.cpp:57:12: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
57 | freopen("xaycau.INP","r",stdin);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
building.cpp:58:12: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)' declared with attribute 'warn_unused_result' [-Wunused-result]
58 | freopen("xaycau.OUT","w",stdout);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
building.cpp:59:10: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
59 | scanf("%lld",&n);
| ~~~~~^~~~~~~~~~~
building.cpp:61:14: warning: ignoring return value of 'int scanf(const char*, ...)' declared with attribute 'warn_unused_result' [-Wunused-result]
61 | scanf("%lld",&h[i]);
| ~~~~~^~~~~~~~~~~~~~