Problem competition
User idontlikeboystrustme
Submission Time 2026-01-07 12:17:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

competition.cpp: In function ‘int main()’:
competition.cpp:26:13: error: expected ‘}’ before ‘else’
26 | else{break;}
| ^~~~
competition.cpp:22:39: note: to match this ‘{’
22 | if(v < (v-bi[i])+a[i] && n!=b){
| ^
competition.cpp: At global scope:
competition.cpp:29:5: error: ‘cout’ does not name a type
29 | cout << v;
| ^~~~
competition.cpp:31:5: error: expected unqualified-id before ‘return’
31 | return 0;
| ^~~~~~
competition.cpp:32:1: error: expected declaration before ‘}’ token
32 | }
| ^