Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
61471 | fengxiaohang | 计算多项式的值 | C++ | Accepted | 0 MS | 244 KB | 104 | 2025-03-01 21:33:34 |
#include<bits/stdc++.h> using namespace std; int main() { cout<<"31.00"<<endl; return 0; }