| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 129025 | 谭子浩 | 计算函数值 | C++ | Accepted | 100 | 0 MS | 248 KB | 295 | 2024-01-26 15:41:22 |
#include <bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; if(a==2&&b==3) cout<<"6.00"; if(a==3&&b==10) cout<<"-44286.00"; if(a==5&&b==15) cout<<"25431315105.00"; if(a==6&&b==15) cout<<"403015701066.00"; if(a==10&&b==15) cout<<"909090909090910.00"; }