Problem | brick |
---|---|
User | TONat1298 |
Submission Time | 2025-08-22 15:56:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
brick.cpp: In function ‘int main()’:
brick.cpp:15:21: error: ‘A’ was not declared in this scope
15 | a.push_back(A[i]);
| ^
brick.cpp:15:23: error: ‘i’ was not declared in this scope
15 | a.push_back(A[i]);
| ^
brick.cpp:17:24: error: ‘st’ was not declared in this scope; did you mean ‘std’?
17 | for (long long x : st) {
| ^~
| std