Run ID Author Problem Lang Verdict Time Memory Code Length Submit Time
32625 chenyifei 计算分数的浮点数值 C++ Compile Error 0 MS 0 KB 159 2023-12-02 11:05:28

Tests(0/0):


#include <iostream> using namespace std; int main() { int a, b; cin>>a>>b; double c=a/b*1.0 cout << c << endl; return 0; }


Judgement Protocol: