Problem | dyingpolynomial |
---|---|
User | boaznumberd5555 |
Submission Time | 2025-07-14 16:37:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dyingpolynomial.cpp:4:11: error: ‘a’ was not declared in this scope
4 | int solve(a,b,c,d){
| ^
dyingpolynomial.cpp:4:13: error: ‘b’ was not declared in this scope
4 | int solve(a,b,c,d){
| ^
dyingpolynomial.cpp:4:15: error: ‘c’ was not declared in this scope
4 | int solve(a,b,c,d){
| ^
dyingpolynomial.cpp:4:17: error: ‘d’ was not declared in this scope
4 | int solve(a,b,c,d){
| ^
dyingpolynomial.cpp:4:18: error: expression list treated as compound expression in initializer [-fpermissive]
4 | int solve(a,b,c,d){
| ^
dyingpolynomial.cpp: In function ‘int32_t main()’:
dyingpolynomial.cpp:23:22: error: ‘solve’ cannot be used as a function
23 | cout<<solve(a,b,c,d)<<"\n";
| ^