Problem potatosalad
User CookieCoder
Submission Time 2025-02-03 15:55:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

potatosalad.cpp: In function ‘int main()’:
potatosalad.cpp:20:39: error: invalid operands of types ‘const value_type’ {aka ‘const int’} and ‘const char [2]’ to binary ‘operator<<’
20 | transport = potatoqueue.top() << " ";
| ~~~~~~~~~~~~~~~~~ ^~ ~~~
| | |
| | const char [2]
| const value_type {aka const int}