Problem blanko
User nguyendinhanh1508
Submission Time 2024-12-07 15:48:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

blanko.cpp: In function ‘int32_t main()’:
blanko.cpp:43:45: error: invalid type argument of unary ‘*’ (have ‘__gnu_cxx::__alloc_traits<std::allocator<int>, int>::value_type’ {aka ‘int’})
43 | int deleteuntil = *(answer->second).top(); //we have to delete everything in the string up to the first occurence of this value
| ^