Problem brick
User AltheaZ
Submission Time 2023-06-22 10:53:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

brick.cpp: In function ‘int main()’:
brick.cpp:17:27: error: invalid operands of types ‘<unresolved overloaded function type>’ and ‘int’ to binary ‘operator+’
17 | rotate(a.begin(),a.begin+1,a.end());
| ~~~~~~~^~
| | |
| | int
| <unresolved overloaded function type>