0_0_38812878_29438.cpp: In function 'int main()':
0_0_38812878_29438.cpp:21:106: error: expected '}' at end of input
21 | scanf("%lld%lld%lf%lld%lld%lld",&z[i].a,&z[i].b,&z[i].c,&z[i].d,&z[i].e,&z[i].p);
| ^
0_0_38812878_29438.cpp:20:17: note: to match this '{'
20 | {
| ^
0_0_38812878_29438.cpp:21:106: error: expected '}' at end of input
21 | scanf("%lld%lld%lf%lld%lld%lld",&z[i].a,&z[i].b,&z[i].c,&z[i].d,&z[i].e,&z[i].p);
| ^
0_0_38812878_29438.cpp:17:9: note: to match this '{'
17 | {
| ^
0_0_38812878_29438.cpp:21:106: error: expected '}' at end of input
21 | scanf("%lld%lld%lf%lld%lld%lld",&z[i].a,&z[i].b,&z[i].c,&z[i].d,&z[i].e,&z[i].p);
| ^
0_0_38812878_29438.cpp:15:1: note: to match this '{'
15 | {
| ^
|