Problem brick
User Runjia
Submission Time 2025-03-08 10:58:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

brick.cpp: In function ‘int main()’:
brick.cpp:9:8: error: invalid operands of types ‘int’ and ‘<unresolved overloaded function type>’ to binary ‘operator<’
9 | if (Ai<A.back)){
| ~~^~~~~~~
| | |
| int <unresolved overloaded function type>
brick.cpp:9:16: error: expected primary-expression before ‘)’ token
9 | if (Ai<A.back)){
| ^