Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
1412 | 孙浚轩 | 06整数除法 | C++ | Compile Error | 0 MS | 0 KB | 147 | 2023-09-16 23:12:08 |
#include<iostream> #include<cstdio> using namespace std; int main(){ double a,b; cin>>a>>b; printf("%.5lf",a/b) return 0; }
mount: mount /usr on /home/judge/jnoj/judge/run/0/usr failed: No space left on device