Problem joke
User TheRaptor
Submission Time 2023-01-04 21:44:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

joke.cpp: In function ‘int32_t main()’:
joke.cpp:62:68: error: expected ‘;’ before ‘goto’
62 | if(counter<qu&&(q.empty()||q.front().second>=sp[counter].first) goto bruh;
| ^~~~~
| ;
joke.cpp:63:4: error: expected primary-expression before ‘}’ token
63 | }
| ^
joke.cpp:62:79: error: expected ‘)’ before ‘}’ token
62 | if(counter<qu&&(q.empty()||q.front().second>=sp[counter].first) goto bruh;
| ~ ^
| )
63 | }
| ~
joke.cpp:63:4: error: expected primary-expression before ‘}’ token
63 | }
| ^