Problem dyingpolynomial
User hygyatthis
Submission Time 2026-07-06 18:03:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:8:33: error: expected ‘;’ before ‘ll’
8 | cin.tie(NULL);cout.tie(NULL)
| ^
| ;
9 | ll n;
| ~~
dyingpolynomial.cpp:10:12: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
10 | cin >> n;
| ^
| yn