Problem | brick |
---|---|
User | jovan |
Submission Time | 2025-06-11 21:19:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
brick.cpp: In function ‘int main()’:
brick.cpp:18:24: error: cannot convert ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} to ‘__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type’ {aka ‘int’} in assignment
18 | dae[size(dae)]=dat[i];
| ~~~~~^
| |
| std::string {aka std::__cxx11::basic_string<char>}