已解决 柏以轩 资深光能 1338: #include<iostream> using namespace std; int main(){ int a,b,c,x; cin>>a>>b>>c>>x; cout<<a*x*x+b*x+c; return 0; } 哪错了?