| Problem | brick |
|---|---|
| User | LYM2025 |
| Submission Time | 2025-08-22 15:42:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
brick.cpp: In function ‘int main()’:
brick.cpp:11:9: error: expected primary-expression before ‘long’
11 | v[0]=long long m;
| ^~~~
brick.cpp:14:6: error: request for member ‘insert’ in ‘v’, which is of non-class type ‘std::vector<long long int> [a]’
14 | v.insert(v.begin(),m);
| ^~~~~~
brick.cpp:14:15: error: request for member ‘begin’ in ‘v’, which is of non-class type ‘std::vector<long long int> [a]’
14 | v.insert(v.begin(),m);
| ^~~~~
brick.cpp:17:10: error: request for member ‘size’ in ‘v’, which is of non-class type ‘std::vector<long long int> [a]’
17 | cout<<v.size();
| ^~~~