Problem | hehehoho |
---|---|
User | ZivTheONe |
Submission Time | 2025-02-14 17:52:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hehehoho.cpp: In member function ‘void Solution::mainmain()’:
hehehoho.cpp:76:5: error: expected ‘}’ before ‘feastable’
76 | feastable( why(BBL, 0 ) ),
| ^~~~~~~~~
hehehoho.cpp:69:21: note: to match this ‘{’
69 | ll currRes = max({
| ^
hehehoho.cpp:75:75: error: expected ‘)’ before ‘feastable’
75 | feastable( why(BBL, (rBoundInd <N-1? INT_MIN : BBL[rBoundInd + 1]) ) )
| ^
| )
76 | feastable( why(BBL, 0 ) ),
| ~~~~~~~~~
hehehoho.cpp:69:20: note: to match this ‘(’
69 | ll currRes = max({
| ^
hehehoho.cpp:78:31: error: expected ‘)’ before ‘}’ token
78 | feastable( why(BBL, -1 ) )
|