0_0_37948308_2188.cpp: In function 'int main()':
0_0_37948308_2188.cpp:35:15: error: expected unqualified-id before '[' token
auto &[a, b, c, d, n, xl] = q[i];
^
0_0_37948308_2188.cpp:35:15: error: expected initializer before '[' token
0_0_37948308_2188.cpp:36:16: error: 'a' was not declared in this scope
cin >> a >> b >> c >> d >> n;
^
0_0_37948308_2188.cpp:36:21: error: 'b' was not declared in this scope
cin >> a >> b >> c >> d >> n;
^
0_0_37948308_2188.cpp:36:26: error: 'c' was not declared in this scope
cin >> a >> b >> c >> d >> n;
^
0_0_37948308_2188.cpp:36:31: error: 'd' was not declared in this scope
cin >> a >> b >> c >> d >> n;
^
0_0_37948308_2188.cpp:36:36: error: 'n' was not declared in this scope
cin >> a >> b >> c >> d >> n;
^
0_0_37948308_2188.cpp:37:9: error: 'xl' was not declared in this scope
xl = i;
^
|