Problem dyingpolynomial
User Elwinthenerd
Submission Time 2024-04-26 20:45:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:16:22: error: expected ‘;’ before ‘)’ token
16 | for (int x = 0; ++x) {
| ^
| ;
dyingpolynomial.cpp: At global scope:
dyingpolynomial.cpp:28:1: error: expected declaration before ‘}’ token
28 | }
| ^