Problem dyingpolynomial
User LXYSGP
Submission Time 2026-01-17 15:56:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
dyingpolynomial.cpp: In function ‘int main()’:
dyingpolynomial.cpp:5:19: error: ‘q’ was not declared in this scope
5 | for(int i=0;i<q;i++){
| ^
dyingpolynomial.cpp:15:22: error: assignment of function ‘std::ios_base& std::left(std::ios_base&)’
15 | else if (g<d) left=mid+1;
| ~~~~^~~~~~