Problem dyingpolynomial
User ToiletBrIcker
Submission Time 2024-06-19 10:13:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:11:10: error: expected ‘;’ before ‘}’ token
11 | break
| ^
| ;
12 | }
| ~
dyingpolynomial.cpp:17:3: error: expected ‘}’ at end of input
17 | }
| ^
dyingpolynomial.cpp:6:30: note: to match this ‘{’
6 | for (int i = 0; i < N; i ++){\
| ^~
7 | bool yoos; yoos = true;
|
dyingpolynomial.cpp:17:3: error: expected ‘}’ at end of input
17 | }
| ^
dyingpolynomial.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^