Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
112968 | 邹昊辰 | 十进制小数转二进制 | C++ | Wrong Answer | 0 MS | 264 KB | 114 | 2025-03-14 21:03:30 |
#include<bits/stdc++.h> using namespace std; int main() { cout<<"1100010.10110001"; return 0; }
------Input------
0
------Answer-----
0
------Your output-----
1100010.10110001