Problem finalday
User xragon
Submission Time 2024-12-09 11:18:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

finalday.cpp: In function ‘int main()’:
finalday.cpp:14:6: error: expected ‘(’ before ‘max’
14 | if max({arr}) - arr[j]) > 300) {
| ^~~
| (
finalday.cpp:14:15: error: expected primary-expression before ‘)’ token
14 | if max({arr}) - arr[j]) > 300) {
| ^
finalday.cpp:17:3: error: ‘else’ without a previous ‘if’
17 | else {
| ^~~~