Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
43769 | wangyuchun | 计算分数的浮点数值 | C++ | Compile Error | 0 MS | 0 KB | 98 | 2024-03-23 09:57:33 |
#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a/b }