Problem firstabc
User itsLQ
Submission Time 2023-12-06 09:59:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

firstabc.cpp: In function ‘int main()’:
firstabc.cpp:15:15: error: increment of read-only location ‘std::max<int>(a, (* & std::max<int>(b, c)))’
15 | cout << ++max(a, max(b, c));
| ~~~^~~~~~~~~~~~~~